Skip to content

Commit

Permalink
pnpm: Ignore broken peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed May 19, 2022
1 parent 0d5fff8 commit 5ade1e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,16 @@
"ember-cli-qunit",
"ember-qunit"
]
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"mustache": "3"
},
"ignoreMissing": [
"@babel/core",
"@types/node"
]
}
}
}

0 comments on commit 5ade1e2

Please sign in to comment.