arcgis-parser
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "arcgis-parser", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Parser for ArcGIS REST Services to human friendly JSON.", | ||
@@ -16,5 +16,6 @@ "main": "main.js", | ||
"scripts": { | ||
"pretest": "rollup -c rollup.config.js && echo 'module.exports.default = arcgisParser;' >> main.js", | ||
"prepublish": "rollup -c rollup.config.js && echo 'module.exports.default = arcgisParser;' >> main.js", | ||
"pretest": "standard src/**.js && npm run prepublish", | ||
"test": "node -r @std/esm test.js", | ||
"posttest": "standard src/**.js" | ||
"posttest": "tsc types.ts && node types.js" | ||
}, | ||
@@ -21,0 +22,0 @@ "author": "Denis Carriere <@DenisCarriere>", |
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
18990