Skip to content

Commit

Permalink
Merge pull request #235 from Turbo87/ember-support
Browse files Browse the repository at this point in the history
Adjust Ember.js support matrix to `~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0`
  • Loading branch information
Turbo87 committed Apr 2, 2020
2 parents fa01f25 + 8521c5e commit c2ec1c2
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 c2ec1c2

Please sign in to comment.