Somemore small fixes
This commit is contained in:
parent
9332baab82
commit
c768712e43
2 changed files with 0 additions and 7 deletions
|
@ -178,7 +178,6 @@ function getTargetVersion(currentVersion, release) {
|
|||
*/
|
||||
function bumpVersion(cb) {
|
||||
const packageJson = fs.readJSONSync("package.json");
|
||||
const packageLockJson = fs.existsSync("package-lock.json") ? fs.readJSONSync("package-lock.json") : undefined;
|
||||
const manifest = getManifest();
|
||||
|
||||
if (!manifest) cb(Error(chalk.red("Manifest JSON not found")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue