Skip to content

Commit

Permalink
Merge pull request #748 from adopted-ember-addons/fix-peers
Browse files Browse the repository at this point in the history
fix peer-dependencies
  • Loading branch information
fsmanuel authored Nov 8, 2023
2 parents a8d736f + 4f5df6b commit b345f66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@
"webpack": "^5.78.0"
},
"peerDependencies": {
"ember-source": "^4.0.0"
},
"peerDependencies": {
"ember-source": ">= 3.28.0",
"ember-data": "*"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit b345f66

Please sign in to comment.