Skip to content

Commit

Permalink
Merge pull request #131 from SergeAstapov/peerDeps-v4
Browse files Browse the repository at this point in the history
Allow ember-cli@4 in `peerDependencies`
  • Loading branch information
quaertym committed Apr 8, 2022
2 parents a6ee22d + 7480485 commit 32cec60
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 32cec60

Please sign in to comment.