Skip to content

Commit

Permalink
Merge pull request #144 from adopted-ember-addons/support-ember-cli-v5
Browse files Browse the repository at this point in the history
npm 9 introduces strict peer dep checking
  • Loading branch information
quaertym committed Jun 26, 2023
2 parents 1780e66 + d446cb8 commit cc47b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"sinon": "^13.0.2"
},
"peerDependencies": {
"ember-cli": "^3.2.0 || ^4.0.0"
"ember-cli": "^3.2.0 || >=4.0.0"
},
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit cc47b44

Please sign in to comment.