arcgis-parser
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -264,1 +264,2 @@ 'use strict'; | ||
module.exports = arcgisParser; | ||
module.exports.default = arcgisParser; |
{ | ||
"name": "arcgis-parser", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Parser for ArcGIS REST Services to human friendly JSON.", | ||
@@ -16,3 +16,3 @@ "main": "main.js", | ||
"scripts": { | ||
"prepublish": "rollup -c rollup.config.js", | ||
"prepublish": "rollup -c rollup.config.js && echo 'module.exports.default = arcgisParser;' >> main.js", | ||
"test": "node -r @std/esm test.js", | ||
@@ -19,0 +19,0 @@ "posttest": "standard src/**.js" |
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
18446
528