Skip to content

Commit

Permalink
fix: move chalk to prod dependencies, closes #439
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Apr 26, 2021
1 parent 8b28a63 commit 59a080f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,7 +54,8 @@
"globby": "11.0.3",
"istanbul-lib-coverage": "3.0.0",
"js-yaml": "3.14.1",
"nyc": "15.1.0"
"nyc": "15.1.0",
"chalk": "4.1.1"
},
"devDependencies": {
"@babel/core": "7.13.16",
Expand All @@ -63,7 +64,6 @@
"babel-loader": "8.2.2",
"babel-plugin-istanbul": "6.0.0",
"browserify-istanbul": "3.0.1",
"chalk": "4.1.1",
"check-code-coverage": "1.10.0",
"console-log-div": "0.6.3",
"cypress": "7.1.0",
Expand Down

0 comments on commit 59a080f

Please sign in to comment.