Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bump-npm", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "bump package version and publish", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -55,3 +55,2 @@ #!/usr/bin/env node | ||
console.log(settings); | ||
@@ -64,3 +63,2 @@ const newVersion = semver.inc( | ||
); | ||
console.log('new version:' + newVersion); | ||
updateJson( | ||
@@ -67,0 +65,0 @@ newVersion, |
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
3469
83