webvr-polyfill
Advanced tools
Comparing version 0.9.32 to 0.9.33
@@ -18,8 +18,5 @@ # Building | ||
Once changes are made, a new version can be published to the index using the | ||
following commands: | ||
`npm run publish` command for `patch` updates. For major or minor changes, | ||
execute `node scripts/publish.js RELEASE` directly. | ||
npm version <NEW_VERSION> | ||
npm publish | ||
git push --tags | ||
[webpack]: https://webpack.js.org |
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.9.32", | ||
"version": "0.9.33", | ||
"homepage": "https://github.com/googlevr/webvr-polyfill", | ||
@@ -15,2 +15,3 @@ "authors": [ | ||
"mocha": "^3.2.0", | ||
"semver": "^5.3.0", | ||
"webpack": "^2.6.1", | ||
@@ -29,2 +30,3 @@ "webpack-dev-server": "^2.4.5" | ||
"build": "webpack", | ||
"publish": "node scripts/publish.js", | ||
"test": "mocha" | ||
@@ -36,2 +38,2 @@ }, | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
907773
40
12530
6
6
1