Skip to content

Commit

Permalink
Expand ember-source peerDep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Apr 10, 2024
1 parent 15320e9 commit 21b2993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -60,6 +60,7 @@ jobs:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-this-fallback",
"version": "0.4.0",
"version": "0.4.1",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -108,7 +108,7 @@
},
"peerDependencies": {
"ember-cli-htmlbars": "^6.2.0",
"ember-source": "^3.28.11 || ^4.0.0"
"ember-source": "^3.28.11 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": "16.* || >= 18"
Expand Down

0 comments on commit 21b2993

Please sign in to comment.