Skip to content

Commit

Permalink
Merge branch 'master' into refactor-connect-edges
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanwins authored Feb 21, 2020
2 parents 9779472 + c0fe938 commit 123d104
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 86 deletions.
2 changes: 1 addition & 1 deletion dist/martinez.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/martinez.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 84 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "martinez-polygon-clipping",
"version": "0.6.0",
"version": "0.6.2",
"description": "Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor",
"main": "dist/martinez.umd.js",
"browser": "dist/martinez.umd.js",
"module": "src/index",
"jsnext:main": "src/index",
"module": "index.js",
"jsnext:main": "index.js",
"files": [
"index.d.ts",
"index.js",
"src/",
"dist/"
],
Expand Down Expand Up @@ -50,7 +51,7 @@
"eslint-plugin-jsdoc": "^20.0.2",
"eslint-plugin-promise": "^3.8.0",
"geojson-project": "^1.0.0",
"http-server": "^0.10.0",
"http-server": "^0.12.1",
"leaflet": "^1.2.0",
"leaflet-editable": "^1.1.0",
"load-json-file": "^2.0.0",
Expand Down

0 comments on commit 123d104

Please sign in to comment.