Fix typo on babel-plugin publish: verison x version
This commit is contained in:
parent
89983cead9
commit
79d70d85db
@ -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