Skip to content

Commit

Permalink
Drop support for Ember.js below v3.4.0
Browse files Browse the repository at this point in the history
This is not strictly necessary since the addon probably still works fine, but to keep our CI times reasonable we will officially drop support for versions that are not even supported by the Ember team itself anymore.
  • Loading branch information
Turbo87 committed Apr 27, 2019
1 parent d962af8 commit ad230d6
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 @@ -55,7 +55,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=2.0.0"
"ember": ">=3.4.0"
}
}
}

0 comments on commit ad230d6

Please sign in to comment.