Skip to content

Commit

Permalink
feat: show version after uninstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 1, 2018
1 parent c1c69ec commit fea821c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@heroku-cli/color": "^1.1.5",
"@oclif/command": "^1.4.32",
"chalk": "^2.4.1",
"cli-ux": "^4.6.0",
"cli-ux": "^4.6.1",
"debug": "^3.1.0",
"fs-extra": "^6.0.1",
"http-call": "^5.1.4",
Expand All @@ -20,15 +20,15 @@
},
"devDependencies": {
"@oclif/config": "^1.6.27",
"@oclif/dev-cli": "^1.13.29",
"@oclif/dev-cli": "^1.13.30",
"@oclif/errors": "^1.1.2",
"@oclif/plugin-help": "^2.0.4",
"@oclif/test": "^1.0.9",
"@oclif/tslint": "^1.1.2",
"@types/chai": "^4.1.3",
"@types/fs-extra": "^5.0.2",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^5.2.0",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.0",
"@types/semver": "^5.5.0",
"@types/supports-color": "^5.3.0",
Expand Down
47 changes: 22 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,34 +56,27 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.21":
version "1.6.26"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.26.tgz#ff66b2427c8837031776eff0722148299404b33d"
dependencies:
debug "^3.1.0"
tslib "^1.9.2"

"@oclif/config@^1.6.27":
version "1.6.27"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.27.tgz#d3de1cff71301784c8e4ee3903d3f7db21a18c3f"
dependencies:
debug "^3.1.0"
tslib "^1.9.2"

"@oclif/dev-cli@^1.13.29":
version "1.13.29"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.29.tgz#c3278810675a70c47ff7796b83c483e98b02fb95"
"@oclif/dev-cli@^1.13.30":
version "1.13.30"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.30.tgz#bcda36f634b82d4591447f229cc5f735b477a598"
dependencies:
"@oclif/command" "^1.4.30"
"@oclif/config" "^1.6.21"
"@oclif/command" "^1.4.32"
"@oclif/config" "^1.6.27"
"@oclif/errors" "^1.1.2"
"@oclif/plugin-help" "^2.0.1"
cli-ux "^4.4.0"
"@oclif/plugin-help" "^2.0.4"
cli-ux "^4.6.0"
debug "^3.1.0"
fs-extra "^6.0.1"
lodash "^4.17.10"
normalize-package-data "^2.4.0"
qqjs "^0.3.9"
qqjs "^0.3.10"
require-resolve "^0.0.2"
tslib "^1.9.2"

Expand Down Expand Up @@ -115,7 +108,7 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.1"

"@oclif/plugin-help@^2.0.1", "@oclif/plugin-help@^2.0.4":
"@oclif/plugin-help@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.0.4.tgz#32cf1dc7696f626a6065109a17b0f061adb14243"
dependencies:
Expand Down Expand Up @@ -165,6 +158,10 @@
version "5.2.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"

"@types/mocha@^5.2.1":
version "5.2.1"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.1.tgz#465450aaf5cec6f7d35523748c6cc89a5e222dc5"

"@types/nock@^9.1.3":
version "9.1.3"
resolved "https://registry.yarnpkg.com/@types/nock/-/nock-9.1.3.tgz#1d445679375b9e25afd449dc56585f81729454e8"
Expand Down Expand Up @@ -438,9 +435,9 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.4.0.tgz#b7536e144b48d18d960bb695cbac3707178f1e90"
cli-ux@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.6.0.tgz#b3c6c4525c66ae0b6c0003db119609cd65c0a9ab"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand All @@ -460,9 +457,9 @@ cli-ux@^4.4.0:
supports-color "^5.4.0"
supports-hyperlinks "^1.0.1"

cli-ux@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.6.0.tgz#b3c6c4525c66ae0b6c0003db119609cd65c0a9ab"
cli-ux@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.6.1.tgz#2cc7feb4d48932a95bffe712426eaa36ec861004"
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
Expand Down Expand Up @@ -1410,9 +1407,9 @@ pump@^1.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

qqjs@^0.3.9:
version "0.3.9"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.9.tgz#8993e0be58aaf2e5b842a732b33de991d7edb625"
qqjs@^0.3.10:
version "0.3.10"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.10.tgz#ae3af7cb4c424242db4aa9b92c42d29fa9101562"
dependencies:
chalk "^2.4.1"
debug "^3.1.0"
Expand Down

0 comments on commit fea821c

Please sign in to comment.