From 8521c5e43a1f96cceb8eababc033446ee0a3b6ee Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 2 Apr 2020 11:13:00 +0200 Subject: [PATCH] Adjust Ember.js support matrix to `~3.4.0 || ~3.8.0 || ~3.12.0 || >= 3.16.0` This should hopefully avoid https://github.com/emberjs/ember.js/pull/18831 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dcd56ab..3e4f10dc 100644 --- a/package.json +++ b/package.json @@ -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": {