From 569c68c58645d594616efcec753c85d1886a62c7 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 27 Apr 2019 18:36:44 +0200 Subject: [PATCH] Drop support for Ember.js below v3.4.0 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b63ac271..85cc438e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "ember-addon": { "configPath": "tests/dummy/config", "versionCompatibility": { - "ember": ">=2.0.0" + "ember": ">=3.4.0" } } }