Skip to content

Commit

Permalink
Merge pull request #489 from Turbo87/ember-3
Browse files Browse the repository at this point in the history
Drop support for Ember releases before v3.0.0
  • Loading branch information
Turbo87 authored Feb 17, 2020
2 parents f8f2a2b + 0274455 commit 3c61827
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 @@ -70,7 +70,7 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=2.12"
"ember": ">=3"
}
},
"greenkeeper": {
Expand Down

0 comments on commit 3c61827

Please sign in to comment.