Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: updated legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 805f59c commit 15fa7aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -3,13 +3,6 @@
"description": "helpers for oclif CLIs",
"version": "0.3.15",
"author": "Jeff Dickey @jdxcode",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-dev",
"plugins": [
"@oclif/plugin-help"
]
},
"bin": {
"oclif-dev": "./bin/run"
},
Expand Down Expand Up @@ -55,6 +48,13 @@
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "oclif-dev",
"plugins": [
"@oclif/plugin-help"
]
},
"repository": "oclif/dev-cli",
"scripts": {
"build": "rm -rf lib && tsc",
Expand Down
12 changes: 3 additions & 9 deletions yarn.lock
Expand Up @@ -33,8 +33,8 @@
supports-color "^5.1.0"

"@heroku-cli/command@^8.0.0-anycli.1":
version "8.0.0-anycli.1"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.0-anycli.1.tgz#ee50e8f21e47a83806c5ab8312f20a8858bebb9e"
version "8.0.0-oclif.2"
resolved "https://registry.yarnpkg.com/@heroku-cli/command/-/command-8.0.0-oclif.2.tgz#7126b4cb1276cf31a2cf2700b2077a0b9a980ed1"
dependencies:
cli-ux "^3.3.18"
debug "^3.1.0"
Expand All @@ -46,13 +46,7 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"

"@oclif/command@^1.2.20":
version "1.2.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.20.tgz#1330834cae3147c3319d91fba89f24576e493e5f"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/command@^1.2.22":
"@oclif/command@^1.2.20", "@oclif/command@^1.2.22":
version "1.2.22"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.22.tgz#7bdda016381d45cc4d2e3b8c14fc056f96146368"
dependencies:
Expand Down

0 comments on commit 15fa7aa

Please sign in to comment.