Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit a9cf484

Browse files
aulisiusjdx
authored andcommitted
fix: Move @oclif/errors into dependencies (#49)
1 parent 32a31d7 commit a9cf484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/cli-ux/issues",
77
"dependencies": {
8+
"@oclif/errors": "^1.2.0",
89
"@oclif/linewrap": "^1.0.0",
910
"@oclif/screen": "^1.0.2",
1011
"ansi-styles": "^3.2.1",
@@ -24,7 +25,6 @@
2425
"supports-hyperlinks": "^1.0.1"
2526
},
2627
"devDependencies": {
27-
"@oclif/errors": "^1.2.0",
2828
"@oclif/tslint": "^2.0.0",
2929
"@types/ansi-styles": "^3.2.0",
3030
"@types/chai": "^4.1.4",

0 commit comments

Comments
 (0)