d3-force-cluster
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "d3-force-cluster", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Clustering force for d3.forceSimulation.", | ||
@@ -31,6 +31,8 @@ "keywords": [ | ||
"test": "tape 'test/**/*-test.js' | tap-dot", | ||
"predist": "npm run lint && npm run test", | ||
"predist": "npm run lint", | ||
"dist": "rollup -c", | ||
"postdist": "npm run test", | ||
"watch": "rollup -c -w", | ||
"prepublish": "npm run dist && uglifyjs dist/d3-force-cluster.js -c -m -o dist/d3-force-cluster.min.js" | ||
"prepublish": "npm run dist && uglifyjs dist/d3-force-cluster.js -c -m -o dist/d3-force-cluster.min.js", | ||
"publish-patch": "npm version patch && npm publish" | ||
}, | ||
@@ -37,0 +39,0 @@ "pre-push": [ |
@@ -12,3 +12,3 @@ # d3-force-cluster | ||
#### `npm` | ||
#### npm | ||
@@ -15,0 +15,0 @@ `npm install d3-force-cluster` |
Sorry, the diff of this file is not supported yet
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
18230
14
235