Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "onepush", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,11 +18,11 @@ # onepush 一条命令,三种体验! | ||
npx 1push | ||
npx push | ||
添加提交信息: | ||
npx 1push -m 'not first commit' | ||
npx push -m 'not first commit' | ||
如果你想打包 | ||
如果你想打包: | ||
npx 1push -b | ||
npx push -b | ||
``` | ||
@@ -39,11 +39,11 @@ ``` | ||
1push | ||
push | ||
添加提交信息: | ||
1push -m 'not first commit' | ||
push -m 'not first commit' | ||
如果你想打包 | ||
如果你想打包: | ||
1push -b | ||
push -b | ||
``` |
1816