Skip to content

Commit

Permalink
Merge pull request #80 from josemarluedke/feat/peer-dep-ember-source
Browse files Browse the repository at this point in the history
Add ember-source as peer dep
  • Loading branch information
josemarluedke authored Aug 17, 2023
2 parents a509238 + ac14413 commit f34bb32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ember-focus-trap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"test": "echo 'Addon does not have tests, run tests in test-app'",
"prepare": "yarn build"
},
"peerDependencies": {
"ember-source": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@embroider/addon-shim": "^1.0.0",
"focus-trap": "^6.7.1"
Expand Down

0 comments on commit f34bb32

Please sign in to comment.