Skip to content

Commit

Permalink
fix: add explicit dependency on chalk (#687)
Browse files Browse the repository at this point in the history
@commitlint/load now explicitly depends on chalk, previously relying on it being resolved as a dependency of one it's other dependencies. this change allows tooling with strict dependency graph requirements (ex. Yarn PnP) to run commitlint seamlessly.
  • Loading branch information
meatwallace authored and marionebl committed Jun 12, 2019
1 parent 3654441 commit 9075844
Show file tree
Hide file tree
Showing 2 changed files with 1,386 additions and 8 deletions.
1 change: 1 addition & 0 deletions @commitlint/load/package.json
Expand Up @@ -71,6 +71,7 @@
"@commitlint/execute-rule": "^8.0.0",
"@commitlint/resolve-extends": "^8.0.0",
"babel-runtime": "^6.23.0",
"chalk": "2.4.2",
"cosmiconfig": "^5.2.0",
"lodash": "4.17.11",
"resolve-from": "^5.0.0"
Expand Down

0 comments on commit 9075844

Please sign in to comment.