Skip to content

Commit

Permalink
fix(npm-lib): ensure that peer dependency changes trigger a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Mar 22, 2023
1 parent 877095f commit 2e24b41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion npm-lib.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": [":npm", ":pinOnlyDevDependencies"]
"extends": [":npm", ":pinOnlyDevDependencies"],
"packageRules": [
{
"matchDepTypes": ["engines", "peerDependencies"],
"semanticCommitType": "fix"
}
]
}

0 comments on commit 2e24b41

Please sign in to comment.