Skip to content

Commit 6a19aa1

Browse files
authored
build: Expand lerna version range to accept v6 (#3417)
See #3409. Even with the peerDependencies: optional, npm will *still* kick and scream and end your process if you try to use this with lerna v6.
1 parent a2fab85 commit 6a19aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/config-lerna-scopes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://commitlint.js.org/",
2929
"peerDependencies": {
30-
"lerna": "^5.0.0"
30+
"lerna": "^5.0.0 || ^6"
3131
},
3232
"peerDependenciesMeta": {
3333
"lerna": {

0 commit comments

Comments
 (0)