three-forcegraph
Advanced tools
Comparing version 1.9.4 to 1.9.5
{ | ||
"name": "three-forcegraph", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"description": "Force-directed graph as a ThreeJS 3d object", | ||
@@ -31,3 +31,3 @@ "unpkg": "dist/three-forcegraph.min.js", | ||
"scripts": { | ||
"build": "rm -rf dist && mkdir dist && rollup -c", | ||
"build": "rimraf dist && rollup -c", | ||
"watch": "rollup -c -w", | ||
@@ -57,2 +57,3 @@ "minify": "uglifyjs dist/three-forcegraph.js -o dist/three-forcegraph.min.js -c -m --comments '/Version/'", | ||
"babel-preset-env": "^1.6.1", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.57.0", | ||
@@ -59,0 +60,0 @@ "rollup-plugin-babel": "^3.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1162443
12