Skip to content

Commit 9075844

Browse files
meatwallacemarionebl
authored andcommitted
fix: add explicit dependency on chalk (#687)
@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.
1 parent 3654441 commit 9075844

File tree

2 files changed

+1386
-8
lines changed

2 files changed

+1386
-8
lines changed

@commitlint/load/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"@commitlint/execute-rule": "^8.0.0",
7272
"@commitlint/resolve-extends": "^8.0.0",
7373
"babel-runtime": "^6.23.0",
74+
"chalk": "2.4.2",
7475
"cosmiconfig": "^5.2.0",
7576
"lodash": "4.17.11",
7677
"resolve-from": "^5.0.0"

0 commit comments

Comments
 (0)