Skip to content

Commit

Permalink
Merge pull request #195 from jmurphyau/peer-deps-3.28
Browse files Browse the repository at this point in the history
Fix peerDependencies to depend on ember-source@>=3.28.0
  • Loading branch information
SergeAstapov authored Sep 6, 2023
2 parents 89856e3 + 86ca8c3 commit 4a7814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-truth-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"webpack": "^5.88.1"
},
"peerDependencies": {
"ember-source": ">=4.8.4"
"ember-source": ">=3.28.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 4a7814d

Please sign in to comment.