Comparing version 2.0.0-dev.2 to 2.0.0-dev.3
{ | ||
"name": "ngl", | ||
"version": "2.0.0-dev.2", | ||
"version": "2.0.0-dev.3", | ||
"description": "Scalable molecular graphics for the web", | ||
@@ -12,3 +12,3 @@ "main": "dist/ngl.js", | ||
"lint-script": "standard --global stage --global NGL \"examples/scripts/**/*.js\"", | ||
"ts": "tsc && copy src/shader/*.vert src/shader/*.frag build/js/src/shader/ && copy src/shader/chunk/*.glsl build/js/src/shader/chunk/ && copy package.json build/js/", | ||
"ts": "tsc && copyfiles src/shader/*.vert src/shader/*.frag build/js/ && copyfiles src/shader/chunk/*.glsl build/js/ && cp package.json build/js/", | ||
"prebuild": "npm run lint", | ||
@@ -75,3 +75,3 @@ "build": "npm run ts && rollup -c", | ||
"chroma-js": "^1.3.4", | ||
"copy": "^0.3.1", | ||
"copyfiles": "^1.2.0", | ||
"jest": "^21.2.1", | ||
@@ -78,0 +78,0 @@ "mocha": "^4.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
4192636
82336