Skip to content

Commit 59a080f

Browse files
committed
fix: move chalk to prod dependencies, closes cypress-io#439
1 parent 8b28a63 commit 59a080f

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

package-lock.json

+2-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"globby": "11.0.3",
5555
"istanbul-lib-coverage": "3.0.0",
5656
"js-yaml": "3.14.1",
57-
"nyc": "15.1.0"
57+
"nyc": "15.1.0",
58+
"chalk": "4.1.1"
5859
},
5960
"devDependencies": {
6061
"@babel/core": "7.13.16",
@@ -63,7 +64,6 @@
6364
"babel-loader": "8.2.2",
6465
"babel-plugin-istanbul": "6.0.0",
6566
"browserify-istanbul": "3.0.1",
66-
"chalk": "4.1.1",
6767
"check-code-coverage": "1.10.0",
6868
"console-log-div": "0.6.3",
6969
"cypress": "7.1.0",

0 commit comments

Comments
 (0)