Skip to content

Commit

Permalink
fix: updated dev-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent c5a015b commit 082699f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@anycli/config": "^0.3.0",
"@anycli/dev-cli": "^0.1.1",
"@anycli/dev-cli": "^0.1.2",
"@anycli/engine": "^0.3.0",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/dev-cli@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.1.tgz#df47fc29780950436766a72dc88a5a975d7ab42d"
"@anycli/dev-cli@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.2.tgz#61dfe4bf7f038425ace0ef903828c6e169e434fa"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/config" "^0.3.0"
Expand All @@ -34,6 +34,7 @@
"@anycli/plugin-not-found" "^0.1.10"
"@anycli/plugin-version" "^0.1.20"
cli-ux "^3.3.13"
fs-extra "^5.0.0"

"@anycli/engine@^0.3.0":
version "0.3.0"
Expand Down

0 comments on commit 082699f

Please sign in to comment.