Skip to content

Commit 7e66751

Browse files
committed
Move colors to non-dev dependencies
per #2187
1 parent 3f1dcc1 commit 7e66751

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
@@ -25,6 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@dabh/diagnostics": "^2.0.2",
28+
"@colors/colors": "1.5.0",
2829
"async": "^3.2.3",
2930
"is-stream": "^2.0.0",
3031
"logform": "^2.4.0",
@@ -39,7 +40,6 @@
3940
"@babel/cli": "^7.17.0",
4041
"@babel/core": "^7.17.2",
4142
"@babel/preset-env": "^7.16.7",
42-
"@colors/colors": "1.5.0",
4343
"@dabh/eslint-config-populist": "^5.0.0",
4444
"@types/node": "^18.0.0",
4545
"abstract-winston-transport": "^0.5.1",

0 commit comments

Comments
 (0)