@turf/helpers
Advanced tools
Comparing version 6.0.0-beta.3 to 6.0.0-beta.4
{ | ||
"name": "@turf/helpers", | ||
"version": "6.0.0-beta.3", | ||
"version": "6.0.0-beta.4", | ||
"description": "turf helpers module", | ||
@@ -15,5 +15,4 @@ "main": "index", | ||
"scripts": { | ||
"pretest": "rollup -f cjs -i index.mjs -o index.js", | ||
"pretest": "rollup -f cjs -o index.js index.mjs", | ||
"test": "node test.js", | ||
"posttest": "node ../../scripts/validate-es5-dependencies.js", | ||
"bench": "node bench.js", | ||
@@ -46,5 +45,5 @@ "docs": "node ../../scripts/generate-readmes" | ||
"benchmark": "*", | ||
"rollup": "*", | ||
"tape": "*" | ||
"tape": "*", | ||
"rollup": "*" | ||
} | ||
} |
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
99570