Skip to content

Commit

Permalink
fix: widen range of valid ember-concurrency peer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Apr 2, 2021
1 parent b7a6dc8 commit bef9605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ember-cli-htmlbars": "^5.2.0"
},
"peerDependencies": {
"ember-concurrency": "^1.0.0"
"ember-concurrency": "^1.0.0 || ^2.0.0"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit bef9605

Please sign in to comment.