Skip to content

Commit

Permalink
fix: oclif rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent e26b62e commit 45e5ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/command": "^1.2.19",
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.2.19",
"chalk": "^2.3.1",
"cli-ux": "^3.3.19",
"debug": "^3.1.0",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@oclif/config": "^1.3.45",
"@oclif/dev-cli": "^0.3.10",
"@oclif/errors": "^0.2.2",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-help": "^0.7.2",
"@oclif/test": "^0.10.15",
"@oclif/tslint": "^0.2.7",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@
normalize-package-data "^2.4.0"
require-resolve "^0.0.2"

"@oclif/errors@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-0.2.2.tgz#a002b7477861e001179783f1a706b7e34fc20d0c"
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/errors@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.1.tgz#a660007a7d8b4a9573e2163d93359d510fbf05a1"
Expand Down

0 comments on commit 45e5ca2

Please sign in to comment.