data-clustering
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dmjs", | ||
"name": "data-clustering", | ||
"version": "0.0.1", | ||
"main": "dist/dm.js", | ||
"main": "dist/clustering.js", | ||
"ignore": [ | ||
@@ -6,0 +6,0 @@ "dist/concat", |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"scripts": { | ||
@@ -11,0 +11,0 @@ "webpack": "webpack" |
@@ -7,7 +7,7 @@ # clustering | ||
``` | ||
npm install clustering | ||
npm install data-clustering | ||
``` | ||
##### bower | ||
``` | ||
bower install clustering | ||
bower install data-clustering | ||
``` | ||
@@ -17,3 +17,3 @@ ## Usage | ||
``` | ||
import * as cl from 'clustering'; | ||
import * as cl from 'data-clustering'; | ||
``` | ||
@@ -20,0 +20,0 @@ if using bower |
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
6827376