Skip to content

Commit

Permalink
fix: updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 24, 2018
1 parent 6803765 commit 5e3b8f5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.4.2",
"@oclif/command": "^1.4.4",
"chalk": "^2.3.2",
"indent-string": "^3.2.0",
"lodash.template": "^4.4.0",
Expand All @@ -14,10 +14,10 @@
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@oclif/config": "^1.3.59",
"@oclif/dev-cli": "^1.4.1",
"@oclif/config": "^1.3.60",
"@oclif/dev-cli": "^1.4.2",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-legacy": "^1.0.5",
"@oclif/plugin-legacy": "^1.0.6",
"@oclif/plugin-plugins": "^1.0.7",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
Expand Down
29 changes: 22 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,28 @@
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/command@^1.4.4":
version "1.4.4"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.4.tgz#12188c81ac11cd74c30aeba4b3c57380f15d8d54"
dependencies:
"@oclif/errors" "^1.0.2"
"@oclif/parser" "^3.2.9"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.3.59":
version "1.3.59"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.59.tgz#10cc39757654850458b2d3f899155af2e069deb5"

"@oclif/dev-cli@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.1.tgz#bb9d22506aa698dc5d68d42a6c9f58bd8b790ac0"
"@oclif/config@^1.3.60":
version "1.3.60"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.60.tgz#e5e1b1cf14d68dd55c489bc5f76594073dec0568"
dependencies:
debug "^3.1.0"

"@oclif/dev-cli@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.2.tgz#cd849b2f634606c9dda71caf6d32e5bf31611c6a"
dependencies:
"@oclif/command" "^1.4.2"
"@oclif/config" "^1.3.59"
Expand Down Expand Up @@ -91,13 +106,13 @@
widest-line "^2.0.0"
wrap-ansi "^3.0.1"

"@oclif/plugin-legacy@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.5.tgz#7b5ac820eb2e5105c995ac7525a55833086aeaa8"
"@oclif/plugin-legacy@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.0.6.tgz#014dcf7b1712a6724dad30be36357982408a69a3"
dependencies:
"@heroku-cli/color" "^1.1.3"
"@heroku-cli/command" "^8.0.0-oclif.2"
"@oclif/command" "^1.4.1"
"@oclif/command" "^1.4.2"
ansi-escapes "^3.0.0"
debug "^3.1.0"
semver "^5.5.0"
Expand Down

0 comments on commit 5e3b8f5

Please sign in to comment.