File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var chalk__default = /*#__PURE__*/_interopDefaultLegacy(chalk);
1515var execa__default = /*#__PURE__*/ _interopDefaultLegacy ( execa ) ;
1616
1717var name = "gacm" ;
18- var version$1 = "0.0.5 " ;
18+ var version$1 = "0.0.6 " ;
1919var description = "git account manage" ;
2020var keywords = [
2121 "git" ,
@@ -31,10 +31,10 @@ var publishConfig = {
3131 access : "public"
3232} ;
3333var dependencies = {
34+ commander : "^2.4.2" ,
35+ execa : "5.0.1" ,
3436 kolorist : "^1.5.1" ,
35- minimist : "^1.2.6" ,
36- prompts : "^2.4.2" ,
37- execa : "5.0.1"
37+ minimist : "^1.2.6"
3838} ;
3939var pkg = {
4040 name : name ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gacm" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "private" : false ,
55 "description" : " git account manage" ,
66 "keywords" : [
1717 "access" : " public"
1818 },
1919 "dependencies" : {
20+ "commander" : " ^2.4.2" ,
21+ "execa" : " 5.0.1" ,
2022 "kolorist" : " ^1.5.1" ,
21- "minimist" : " ^1.2.6" ,
22- "prompts" : " ^2.4.2" ,
23- "execa" : " 5.0.1"
23+ "minimist" : " ^1.2.6"
2424 }
2525}
Original file line number Diff line number Diff line change 1- {}
1+ {}
Original file line number Diff line number Diff line change 11{
22 "name" : " gacm" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " gacm" ,
55 "scripts" : {
66 "build" : " gulp --require sucrase/register/ts --gulpfile build/gulpfile.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " gacm" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "private" : false ,
55 "description" : " git account manage" ,
66 "keywords" : [
1717 "access" : " public"
1818 },
1919 "dependencies" : {
20+ "commander" : " ^2.4.2" ,
2021 "execa" : " 5.0.1" ,
2122 "kolorist" : " ^1.5.1" ,
22- "minimist" : " ^1.2.6" ,
23- "prompts" : " ^2.4.2"
23+ "minimist" : " ^1.2.6"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments