Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: move @oclif/errors to dependencies (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Apr 27, 2020
1 parent 0e1a8be commit ff28cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/parser/issues",
"dependencies": {
"@oclif/errors": "^1.2.2",
"@oclif/linewrap": "^1.0.0",
"chalk": "^2.4.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@oclif/errors": "^1.2.2",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
Expand Down

0 comments on commit ff28cec

Please sign in to comment.