Skip to content

Commit

Permalink
build: Expand lerna version range to accept v6 (#3417)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JaneJeon committed Nov 1, 2022
1 parent a2fab85 commit 6a19aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://commitlint.js.org/",
"peerDependencies": {
"lerna": "^5.0.0"
"lerna": "^5.0.0 || ^6"
},
"peerDependenciesMeta": {
"lerna": {
Expand Down

0 comments on commit 6a19aa1

Please sign in to comment.