Merge pull request #2147 from dariocravero/patch-1
Fix typo on babel-plugin publish: verison x version
This commit is contained in:
commit
cff2fc80e6
@ -126,7 +126,7 @@ var cmds = {
|
||||
|
||||
publish: function () {
|
||||
var pkg = require(process.cwd() + "/package.json");
|
||||
console.log("Current verison:", pkg.version);
|
||||
console.log("Current version:", pkg.version);
|
||||
|
||||
rl.question("New version (enter nothing for patch): ", function (newVersion) {
|
||||
rl.close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user