Skip to content

Commit

Permalink
fix: πŸ› Add chalk to package.json to fix implicit dependency (#309)
Browse files Browse the repository at this point in the history
Add chalk to package.json to fix implicit dependency as this will break
in Yarn 2

βœ… Closes: #308

Co-authored-by: Alexander Mackay-Austin <info@valravn.tech>
  • Loading branch information
am-a and Alexander Mackay-Austin committed Aug 24, 2020
1 parent 173327d commit b3d721a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -39,6 +39,7 @@
"webpack": "*"
},
"dependencies": {
"chalk": "^2.0.0",
"commander": "^2.15.1",
"cross-spawn": "^6.0.5",
"filesize": "^3.6.1",
Expand Down

0 comments on commit b3d721a

Please sign in to comment.