diff --git a/dist/martinez.min.js b/dist/martinez.min.js index a2884c7..96706c3 100644 --- a/dist/martinez.min.js +++ b/dist/martinez.min.js @@ -1,5 +1,5 @@ /** - * martinez v0.6.0 + * martinez v0.6.1 * Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor * * @author Alex Milevski diff --git a/dist/martinez.umd.js b/dist/martinez.umd.js index 1fe7714..8409e3f 100644 --- a/dist/martinez.umd.js +++ b/dist/martinez.umd.js @@ -1,5 +1,5 @@ /** - * martinez v0.6.0 + * martinez v0.6.1 * Martinez polygon clipping algorithm, does boolean operation on polygons (multipolygons, polygons with holes etc): intersection, union, difference, xor * * @author Alex Milevski diff --git a/package.json b/package.json index 508a66f..b142cf5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "martinez-polygon-clipping", - "version": "0.6.0", + "version": "0.6.1", "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", "src/",