Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "turf-max", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "turf max module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,4 +25,4 @@ turf-max | ||
console.log(maxPolys.features[0].properties.pop_max) // 500 | ||
console.log(maxPolys.features[1].properties.pop_max) // 600 | ||
console.log(maxed.features[0].properties.pop_max) // 500 | ||
console.log(maxed.features[1].properties.pop_max) // 600 | ||
``` |
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
4768