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 2ca9f8f commit cf0d4b4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@anycli/config": "^0.3.0",
"@anycli/dev-cli": "^0.1.3",
"@anycli/engine": "^0.3.1",
"@anycli/plugin-help": "^0.4.3",
"@anycli/plugin-plugins": "^0.2.5",
"@anycli/plugin-version": "^0.1.29",
"@anycli/plugin-help": "^0.4.4",
"@anycli/plugin-plugins": "^0.2.7",
"@anycli/plugin-version": "^0.1.30",
"@anycli/test": "^0.10.3",
"@anycli/tslint": "^0.2.2",
"@types/chai": "^4.1.2",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
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"
"@anycli/plugin-help@^0.4.4":
version "0.4.4"
resolved "https://registry.npmjs.org/@anycli/plugin-help/-/plugin-help-0.4.4.tgz#fbddea9c0b1e061ddd684c6ee5ddb15d7c8e4b52"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/screen" "^0.0.3"
Expand All @@ -116,9 +116,9 @@
cli-ux "^3.3.12"
string-similarity "^1.2.0"

"@anycli/plugin-plugins@^0.2.5":
version "0.2.5"
resolved "https://registry.yarnpkg.com/@anycli/plugin-plugins/-/plugin-plugins-0.2.5.tgz#3a2c05e6948d30a6a3eb7ae036b43dcc9e3cc5b2"
"@anycli/plugin-plugins@^0.2.7":
version "0.2.7"
resolved "https://registry.npmjs.org/@anycli/plugin-plugins/-/plugin-plugins-0.2.7.tgz#b644a3e25424051e819038e2ba87e2b088499785"
dependencies:
"@anycli/command" "^0.3.7"
"@anycli/manifest-file" "^0.3.8"
Expand All @@ -133,13 +133,20 @@
tslib "^1.9.0"
yarn "^1.3.2"

"@anycli/plugin-version@^0.1.20", "@anycli/plugin-version@^0.1.29":
"@anycli/plugin-version@^0.1.20":
version "0.1.29"
resolved "https://registry.yarnpkg.com/@anycli/plugin-version/-/plugin-version-0.1.29.tgz#954759841472d875578b5486d2b828e2f928795c"
dependencies:
"@anycli/command" "^0.3.7"
cli-ux "^3.3.13"

"@anycli/plugin-version@^0.1.30":
version "0.1.30"
resolved "https://registry.npmjs.org/@anycli/plugin-version/-/plugin-version-0.1.30.tgz#0c80e4c856f4a3249a5d56b4c9d553b20c514198"
dependencies:
"@anycli/command" "^0.3.7"
cli-ux "^3.3.13"

"@anycli/screen@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@anycli/screen/-/screen-0.0.3.tgz#f0afd970c3ed725702948a45a874ede1fdd9362e"
Expand Down

0 comments on commit cf0d4b4

Please sign in to comment.