Skip to content

Commit

Permalink
Merge pull request #459 from Turbo87/octane
Browse files Browse the repository at this point in the history
Enable Ember Octane features
  • Loading branch information
Turbo87 committed Feb 17, 2022
2 parents 5627463 + 7080a2d commit e25e943
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 @@ -62,6 +62,9 @@
"engines": {
"node": "10.* || >= 12.*"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
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 e25e943

Please sign in to comment.