Skip to content

Commit

Permalink
Merge pull request #1365 from Turbo87/octane
Browse files Browse the repository at this point in the history
Ember.js: Declare `octane` edition compatibility
  • Loading branch information
Turbo87 authored Dec 8, 2021
2 parents 70f2c30 + 24d04e0 commit 3d70edd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
"internal": ":house: Internal"
}
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"after": [
Expand Down
5 changes: 4 additions & 1 deletion tests/dummy/config/optional-features.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"jquery-integration": false
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"template-only-glimmer-components": true
}

0 comments on commit 3d70edd

Please sign in to comment.