Skip to content

Commit

Permalink
fix: move oclif/errors to dependencies (#179)
Browse files Browse the repository at this point in the history
This package is actually used by the published library code, so it should be a dependency
  • Loading branch information
dobesv authored Dec 14, 2020
1 parent 1422a38 commit a5e8320
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 @@ -7,6 +7,7 @@
"dependencies": {
"@oclif/command": "^1.5.20",
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.2.2",
"chalk": "^2.4.1",
"indent-string": "^4.0.0",
"lodash.template": "^4.4.0",
Expand All @@ -17,7 +18,6 @@
},
"devDependencies": {
"@oclif/dev-cli": "^1.21.0",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-legacy": "^1.1.3",
"@oclif/plugin-plugins": "^1.7.6",
"@oclif/test": "^1.2.2",
Expand Down

0 comments on commit a5e8320

Please sign in to comment.