proj4-fully-loaded
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "proj4-fully-loaded", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Proj4JS Projector Fully Loaded with Projections", | ||
@@ -10,3 +10,5 @@ "main": "proj4-fully-loaded.js", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test:cjs": "node test.js", | ||
"test:mjs": "node test.mjs", | ||
"test": "npm run test:cjs && npm run test:mjs" | ||
}, | ||
@@ -36,9 +38,9 @@ "repository": { | ||
"homepage": "https://github.com/DanielJDufour/proj4-fully-loaded#readme", | ||
"devDependencies": { | ||
"flug": "*" | ||
}, | ||
"dependencies": { | ||
"proj4": "^2.7.2", | ||
"proj4js-definitions": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"flug": "^2.1.0" | ||
} | ||
} |
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
10703