@busy-web/cli
Advanced tools
Comparing version 0.7.5 to 0.7.6
{ | ||
"name": "@busy-web/cli", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "Command line tools to enhance web dev tasks", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -234,3 +234,3 @@ /** | ||
return gitBranch(branch).then(branchName => { | ||
return gitBranch.call(this, branch).then(branchName => { | ||
// create new npm version string | ||
@@ -237,0 +237,0 @@ return this.cmd(vercmd, { hidecmd: true }).then(ver => { |
54150