Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
fix: update cac
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 26, 2018
1 parent 3ad34b0 commit e51fb8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
4 changes: 0 additions & 4 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cli
flags
)

if (!options.generator) {
return cli.showHelp()
}

return require('../')(options)
.run()
.catch(err => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "egoist <[email protected]>",
"license": "MIT",
"dependencies": {
"cac": "^6.0.1",
"cac": "^6.1.3",
"chalk": "^2.4.1",
"conf": "^2.0.0",
"cross-spawn": "^6.0.5",
Expand Down
23 changes: 5 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@
into-stream "^4.0.0"
lodash "^4.17.4"

"@types/minimist@^1.2.0":
version "1.2.0"
resolved "http://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=

JSONStream@^1.0.4, JSONStream@^1.3.4:
version "1.3.5"
resolved "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
Expand Down Expand Up @@ -1112,12 +1107,12 @@ byte-size@^4.0.3:
resolved "https://registry.npmjs.org/byte-size/-/byte-size-4.0.4.tgz#29d381709f41aae0d89c631f1c81aec88cd40b23"
integrity sha512-82RPeneC6nqCdSwCX2hZUz3JPOvN5at/nTEw/CMf05Smu3Hrpo9Psb7LjN+k+XndNArG1EY8L4+BM3aTM4BCvw==

cac@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/cac/-/cac-6.0.1.tgz#a0de49a3d64190534fefd907d214622edff30249"
integrity sha512-9pYdRwP5buE/OHLYF/RUT6iLEbQsBstI36uiVPf9jfiOokH5LyT7UZxIJvzhMnhHdEe9/FlypZzh1cbQAXj20A==
cac@^6.1.3:
version "6.1.3"
resolved "https://registry.npmjs.org/cac/-/cac-6.1.3.tgz#30d3de5c255231288eb00040241c600e47af2a40"
integrity sha512-IxFpgHi/ZNCWifRlCjM/HE+nLjGadXNNnVdG3Bf6VxcxGUM9Ofoo6eKHZ+YwkP3WrXCLofWkDINZgxFH4+ng7Q==
dependencies:
minimost "^1.2.0"
minimist "^1.2.0"

cacache@^10.0.4:
version "10.0.4"
Expand Down Expand Up @@ -5124,14 +5119,6 @@ minimist@~0.0.1:
resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
integrity sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=

minimost@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/minimost/-/minimost-1.2.0.tgz#a37f91d60395fc003180d208ca9e0316bcc4e3a2"
integrity sha512-/+eWyOtXw41WIUV9rBgrXna11bxbqymebSeW2arsfp/MCGCwe+2czzsOueEtLZgH4xb4QXhje5H9MLCsCPibLA==
dependencies:
"@types/minimist" "^1.2.0"
minimist "^1.2.0"

minipass@^2.2.1, minipass@^2.3.3, minipass@^2.3.4:
version "2.3.5"
resolved "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
Expand Down

0 comments on commit e51fb8b

Please sign in to comment.