Skip to content

Commit

Permalink
node-clone dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-bansal committed May 8, 2014
1 parent 9e50c90 commit 0f6d345
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 1,522 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
sandbox.js
test/create_data.js

14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ var pathData = converter.convert(
**Options for each geojson:**

**output, exlpode, attributes, pointAsCircle, r** if passed in **convert** function along with each geojson overrides the main options

## Developing
Once you run

```npm isntall```

then for running test

```npm run test```

to create build

```npm run build```

##License
This project is licensed under the terms of the MIT license.
Loading

0 comments on commit 0f6d345

Please sign in to comment.