webvr-polyfill
Advanced tools
Comparing version 0.9.33 to 0.9.34
@@ -17,6 +17,9 @@ # Building | ||
Once changes are made, a new version can be published to the index using the | ||
`npm run publish` command for `patch` updates. For major or minor changes, | ||
execute `node scripts/publish.js RELEASE` directly. | ||
Once changes are made, a new version can be built, committed in git with tags, | ||
and published to npm via: | ||
`$ node scripts/publish.js RELEASE` | ||
Where `RELEASE` defaults to `patch`, but other [release types from semver](https://www.npmjs.com/package/semver#functions) can be used, like `major` and `minor`. | ||
[webpack]: https://webpack.js.org |
{ | ||
"name": "webvr-polyfill", | ||
"version": "0.9.33", | ||
"version": "0.9.34", | ||
"homepage": "https://github.com/googlevr/webvr-polyfill", | ||
@@ -29,3 +29,2 @@ "authors": [ | ||
"build": "webpack", | ||
"publish": "node scripts/publish.js", | ||
"test": "mocha" | ||
@@ -32,0 +31,0 @@ }, |
@@ -30,3 +30,3 @@ const fs = require('fs'); | ||
console.log('Publishing to npm...'); | ||
// execSync(`npm publish`); | ||
execSync(`npm publish`); | ||
@@ -33,0 +33,0 @@ // This is separate incase working from a fork, since we'll need |
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
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
907703
12529