avivian-tools
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,3 @@ const fs = require("fs"); | ||
let versions = JSON.parse(process.argv[2].trim().replace(/\'/g, '"')); | ||
console.log(`versions: ${versions}`); | ||
for (let i = 0; i < current.length; i++) { | ||
@@ -33,3 +33,3 @@ current[i] = Number.parseInt(current[i]); | ||
package.version = current.join("."); | ||
console.log(`Bumping to ${package.version}`); | ||
fs.writeFileSync("./package.json", JSON.stringify(package, null, 2)); |
{ | ||
"name": "avivian-tools", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
1923
33