datav-vangogh
Advanced tools
Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "datav-vangogh", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "WebGL 3D library based on THREE.JS", | ||
@@ -12,5 +12,6 @@ "main": "build/datav-vangogh.packed.js", | ||
"scripts": { | ||
"publish": "npm run build && npm publish --access public", | ||
"publish": "npm run remove && npm i && npm run build && npm publish --access public", | ||
"dev": "webpack --config webpack.config.js --mode development", | ||
"build": "webpack --config webpack.config.js --mode production" | ||
"build": "webpack --config webpack.config.js --mode production", | ||
"remove": "rm -rf ./node_modules" | ||
}, | ||
@@ -17,0 +18,0 @@ "keywords": [ |
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
2531921