Skip to content

Commit

Permalink
fix: updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 15, 2018
1 parent d1ff2e5 commit ffb4c94
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 31 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -14,16 +14,16 @@
"bugs": "https://github.com/oclif/plugin-not-found/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.2.23",
"@oclif/command": "^1.3.0",
"string-similarity": "^1.2.0"
},
"devDependencies": {
"@oclif/config": "^1.3.52",
"@oclif/dev-cli": "^1.2.4",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-help": "^1.0.1",
"@oclif/dev-cli": "^1.2.9",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.0.3",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
Expand Down
59 changes: 33 additions & 26 deletions yarn.lock
Expand Up @@ -11,47 +11,54 @@
strip-ansi "^4.0.0"
supports-color "^5.1.0"

"@oclif/command@^1.2.22", "@oclif/command@^1.2.23":
version "1.2.23"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.23.tgz#12bd96c3b4839a712f364d9aa36e463ba870d906"
"@heroku/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"

"@oclif/command@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.0.tgz#37867cb8d00c190d22fb6e3636dc1c5b189e6bf6"
dependencies:
"@oclif/parser" "^3.2.8"
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/config@^1.3.51", "@oclif/config@^1.3.52":
"@oclif/config@^1.3.52":
version "1.3.52"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.52.tgz#505711fdaecee880131c2fcec4d2b54d7c0b93c8"

"@oclif/dev-cli@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.4.tgz#9f9c07d1fce3c26ef14e65594762ffc249492a2f"
"@oclif/dev-cli@^1.2.9":
version "1.2.9"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.9.tgz#6b049cc9c7ab1f89448c476d64a5e9ab588b2f4a"
dependencies:
"@oclif/command" "^1.2.22"
"@oclif/config" "^1.3.51"
"@oclif/errors" "^1.0.1"
"@oclif/plugin-help" "^1.0.1"
"@oclif/command" "^1.3.0"
"@oclif/config" "^1.3.52"
"@oclif/errors" "^1.0.2"
"@oclif/plugin-help" "^1.0.3"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
require-resolve "^0.0.2"

"@oclif/errors@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.1.tgz#a660007a7d8b4a9573e2163d93359d510fbf05a1"
"@oclif/errors@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.2.tgz#0a3f773d673a3ccd8dc26bf2e3c49580afcbe30e"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/parser@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"
"@oclif/parser@^3.2.9":
version "3.2.9"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.9.tgz#76d01106971e20dfcfec5be276c4e6e9edfee9ec"
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.1.tgz#1421438edfade7fa6aed4ae9b4aa6a8ff2d226d3"
"@oclif/plugin-help@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.0.3.tgz#eba065d51401a9935202278ecd5987599e9a7a5c"
dependencies:
"@oclif/command" "^1.2.23"
"@oclif/command" "^1.3.0"
chalk "^2.3.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand All @@ -65,9 +72,9 @@
dependencies:
fancy-test "^1.0.1"

"@oclif/tslint@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.1.tgz#ef68459638548e3a3a06fd6da60025fe33f4bcb8"
"@oclif/tslint@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/tslint/-/tslint-1.0.2.tgz#793d39758082f359469dba8ce5cfba041d7a7847"
dependencies:
tslint-xo "^0.6.0"

Expand Down Expand Up @@ -536,7 +543,7 @@ rx@2.3.24:
version "2.3.24"
resolved "https://registry.yarnpkg.com/rx/-/rx-2.3.24.tgz#14f950a4217d7e35daa71bbcbe58eff68ea4b2b7"

"semver@2 || 3 || 4 || 5", semver@^5.3.0:
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"

Expand Down

0 comments on commit ffb4c94

Please sign in to comment.