Comparing version 1.0.0-alpha.4.0 to 1.0.0-alpha.5.0
{ | ||
"name": "binguru", | ||
"version": "1.0.0-alpha.4.0", | ||
"version": "1.0.0-alpha.5.0", | ||
"description": "BinGuru is a Javascript package with an API to several established data binning / data classification methods, often used for visualizing data on choropleth maps. It also includes an implementation of a new, consensus binning method, 'Resiliency'.", | ||
"type": "module", | ||
"main": "dist/index.cjs", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.esm.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "rimraf dist && tsc && rollup -c rollup.config.js" | ||
"build": "rimraf dist && tsc && rollup -c --bundleConfigAsCjs rollup.config.js" | ||
}, | ||
@@ -12,0 +11,0 @@ "repository": { |
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
281618
No