Skip to content

Commit

Permalink
Allow Ember 5
Browse files Browse the repository at this point in the history
Fixes #9
  • Loading branch information
elwayman02 committed Oct 20, 2023
1 parent 09c2921 commit bfb6d16
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 @@ -69,7 +69,7 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
"ember-source": ">=3.28.0"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down

0 comments on commit bfb6d16

Please sign in to comment.