Skip to content

Commit

Permalink
Allow ember-cli@4 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed Apr 8, 2022
1 parent db51b4b commit 7480485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"sinon": "^13.0.0"
},
"peerDependencies": {
"ember-cli": "~3.2.0"
"ember-cli": "~3.2.0 || ^4.0.0"
},
"engines": {
"node": ">= 6"
Expand Down

0 comments on commit 7480485

Please sign in to comment.