geojson-flatten
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/node-geojson/geojson-flatten/compare/v1.0.0...v1.0.1) (2019-01-31) | ||
<a name="1.0.0"></a> | ||
@@ -7,0 +12,0 @@ # [1.0.0](https://github.com/node-geojson/geojson-flatten/compare/v0.2.3...v1.0.0) (2019-01-29) |
{ | ||
"name": "geojson-flatten", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "transform geojson into single-parts", | ||
@@ -23,5 +23,3 @@ "source": "index.js", | ||
"test": "eslint index.js && tap test/flatten.js", | ||
"pretest": "microbundle --name geojsonFlatten", | ||
"prepare": "microbundle --name geojsonFlatten", | ||
"make": "browserify -s geojsonFlatten index.js > geojson-flatten.js", | ||
"release": "standard-version" | ||
@@ -52,4 +50,4 @@ }, | ||
"standard-version": "^4.4.0", | ||
"tap": "^12.4.0" | ||
"tap": "^12.5.0" | ||
} | ||
} |
# geojson-flatten | ||
[![CircleCI](https://circleci.com/gh/node-geojson/geojson-flatten/tree/master.svg?style=svg)](https://circleci.com/gh/node-geojson/geojson-flatten/tree/master) | ||
[![CircleCI](https://circleci.com/gh/tmcw/geojson-flatten/tree/master.svg?style=svg)](https://circleci.com/gh/tmcw/geojson-flatten/tree/master) | ||
@@ -5,0 +5,0 @@ Flatten MultiPoint, MultiPolygon, MultiLineString, and GeometryCollection |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13626