Skip to content

Commit

Permalink
feat: 引入 commander ,优化脚本使用方式。
Browse files Browse the repository at this point in the history
  • Loading branch information
limengke123 committed Jul 4, 2019
1 parent f176381 commit 0e154f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"type": "git",
"url": "git+https://github.com/limengke123/macondo-mock.git"
},
"keywords": ["mock", "local-mock", "json-server", "mockjs"],
"keywords": [
"mock",
"local-mock",
"json-server",
"mockjs"
],
"author": "",
"license": "ISC",
"bugs": {
Expand All @@ -47,6 +52,7 @@
"@types/json-server": "^0.14.0",
"@types/mockjs": "^1.0.2",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"cosmiconfig": "^5.2.1",
"json-server": "^0.15.0",
"mockjs": "^1.0.1-beta3"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
dependencies:
delayed-stream "~1.0.0"

commander@*, commander@~2.20.0:
commander@*, commander@^2.20.0, commander@~2.20.0:
version "2.20.0"
resolved "https://registry.npmjs.org/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
Expand Down

0 comments on commit 0e154f0

Please sign in to comment.