Skip to content

Commit

Permalink
fix: fixing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent fd642f1 commit fbbcca0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,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.1",
"@anycli/plugin-help": "^0.4.3",
"@anycli/plugin-version": "^0.1.29",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,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 @@ -77,7 +77,7 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/plugin-help@^0.4.0", "@anycli/plugin-help@^0.4.1":
"@anycli/plugin-help@^0.4.0":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@anycli/plugin-help/-/plugin-help-0.4.1.tgz#ee8aaaa8cf611f77d10725a6f5e27163e4ff95c4"
dependencies:
Expand All @@ -91,6 +91,20 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@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"
chalk "^2.3.0"
cli-ux "^3.3.13"
indent-string "^3.2.0"
lodash "^4.17.4"
string-width "^2.1.1"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@anycli/plugin-not-found@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@anycli/plugin-not-found/-/plugin-not-found-0.1.10.tgz#3d99f748a7a025aaa89486b2eec08481fb7d6789"
Expand Down

0 comments on commit fbbcca0

Please sign in to comment.