Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "onepush", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "", | ||
@@ -10,3 +10,4 @@ "main": "index.js", | ||
"bin": { | ||
"1push": "./index.js" | ||
"1push": "./index.js", | ||
"push": "./index.js" | ||
}, | ||
@@ -13,0 +14,0 @@ "author": "wucy", |
@@ -18,11 +18,11 @@ # onepush 一条命令,三种体验! | ||
npx push | ||
npx 1push | ||
添加提交信息: | ||
npx push -m 'not first commit' | ||
npx 1push -m 'not first commit' | ||
如果你想打包: | ||
npx push -b | ||
npx 1push -b | ||
``` | ||
@@ -29,0 +29,0 @@ ``` |
1846