Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscarle committed Jan 11, 2019
1 parent 25a35ba commit 34b1a65
Show file tree
Hide file tree
Showing 5 changed files with 5,108 additions and 23 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/mapbox/tokml.png)](https://travis-ci.org/mapbox/tokml) [![Coverage Status](https://coveralls.io/repos/mapbox/tokml/badge.png)](https://coveralls.io/r/mapbox/tokml)
Forked from https://github.com/mapbox/tokml

# tokml

Expand All @@ -8,15 +8,15 @@ Convert [GeoJSON](http://geojson.org/) to [KML](https://developers.google.com/km

with node/browserify

npm install --save tokml
npm install --save @maphubs/tokml

otherwise:

wget https://raw.github.com/mapbox/tokml/master/tokml.js
wget https://raw.github.com/maphubs/tokml/master/tokml.js

as a binary:

npm install -g tokml
npm install -g @maphubs/tokml
tokml file.geojson > file.kml
tokml < file.geojson > file.kml

Expand Down
Loading

0 comments on commit 34b1a65

Please sign in to comment.