Skip to content

Commit

Permalink
fix: fixed manifest location
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 9e53a87 commit 30ca7c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"devDependencies": {
"@anycli/config": "^0.3.0",
"@anycli/dev-cli": "^0.1.2",
"@anycli/dev-cli": "^0.1.3",
"@anycli/engine": "^0.3.1",
"@anycli/plugin-help": "^0.4.2",
"@anycli/plugin-help": "^0.4.3",
"@anycli/plugin-plugins": "^0.2.5",
"@anycli/plugin-version": "^0.1.29",
"@anycli/test": "^0.10.3",
Expand Down
12 changes: 6 additions & 6 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.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.2.tgz#61dfe4bf7f038425ace0ef903828c6e169e434fa"
"@anycli/dev-cli@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@anycli/dev-cli/-/dev-cli-0.1.3.tgz#bd3d1229d17c2f61176f872923d4841a539a0cb3"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/config" "^0.3.0"
Expand Down Expand Up @@ -93,9 +93,9 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-help@^0.4.2":
version "0.4.2"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.2.tgz#7f86ee89861ba018b65b06d5ee616dd1e387b608"
"@anycli/plugin-help@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.3.tgz#bc3dfafefc813cdf9877272125c60bd40238e431"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/screen" "^0.0.3"
Expand Down

0 comments on commit 30ca7c1

Please sign in to comment.