Skip to content

Commit

Permalink
fix: updated errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 24, 2018
1 parent 8be5ebd commit c458a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@oclif/command": "^1.4.5",
"@oclif/config": "^1.3.60",
"@oclif/errors": "^1.0.2",
"@oclif/errors": "^1.0.3",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"http-call": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
normalize-package-data "^2.4.0"
require-resolve "^0.0.2"

"@oclif/errors@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.2.tgz#0a3f773d673a3ccd8dc26bf2e3c49580afcbe30e"
"@oclif/errors@^1.0.2", "@oclif/errors@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.3.tgz#f23c024075855c7d116d041ee158f99bd51175af"
dependencies:
clean-stack "^1.3.0"
fs-extra "^5.0.0"
Expand Down

0 comments on commit c458a55

Please sign in to comment.