Skip to content

Commit

Permalink
Adjust Ember.js support matrix to `~3.4.0 || ~3.8.0 || ~3.12.0 || >= …
Browse files Browse the repository at this point in the history
…3.16.0`

This should hopefully avoid emberjs/ember.js#18831
  • Loading branch information
Turbo87 committed Apr 2, 2020
1 parent fa01f25 commit 8521c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=3.4.0"
"ember": "~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0"
}
},
"changelog": {
Expand Down

0 comments on commit 8521c5e

Please sign in to comment.