Comparing version 0.0.98 to 0.0.99
{ | ||
"name": "traceur", | ||
"version": "0.0.98", | ||
"version": "0.0.99", | ||
"description": "ES6 to ES5 compiler", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"/** Update Version Number **/": "After publishing version N, update the version number and commit the result", | ||
"store-semver": "node build/versionInfo.js.js -v > build/npm-version-number", | ||
"store-semver": "node build/versionInfo.js -v > build/npm-version-number", | ||
"update-semver": "npm run store-semver && git diff --quiet -- package.json && node build/incrementSemver.js", | ||
@@ -45,0 +45,0 @@ "precommit-published": "npm run update-semver && npm run rebuild", |
@@ -1,1 +0,1 @@ | ||
export let version = '0.0.98'; // generated source, do not edit | ||
export let version = '0.0.99'; // generated source, do not edit |
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
4358107