Skip to content

Commit

Permalink
Relax chalk constraint to maintain node 8 support until v2 🤮
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Jul 10, 2020
1 parent 5db5d9f commit 658250a
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 @@ -53,7 +53,7 @@
"autoprefixer": "^9.4.5",
"browserslist": "^4.12.0",
"bytes": "^3.0.0",
"chalk": "^4.0.0",
"chalk": "^3.0.0 || ^4.0.0",
"color": "^3.1.2",
"detective": "^5.2.0",
"fs-extra": "^8.0.0",
Expand Down

0 comments on commit 658250a

Please sign in to comment.