Skip to content

Commit f88f00d

Browse files
authoredFeb 8, 2020
fix(config-lerna-scopes): correct lerna in peerDependencies (#980)
1 parent c9c968d commit f88f00d

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
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
2828
"peerDependencies": {
29-
"lerna": "^3.20.2"
29+
"lerna": "^2.0.0 || ^3.0.0"
3030
},
3131
"engines": {
3232
"node": ">=8"

0 commit comments

Comments
 (0)
Please sign in to comment.