From 7466a609c24ca4f7122090ff7061d9e9ba5c9056 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 13 Dec 2018 10:02:26 +0100 Subject: [PATCH] package.json: Force nested `ember-cli-htmlbars-inline-precompile` dependency to v1.0.5 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f350c691..7f03c024 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,8 @@ }, "resolutions": { "ember-cli-qunit/qunit": "~2.6.0", - "ember-cli-broccoli-sane-watcher": "~2.1.0" + "ember-cli-broccoli-sane-watcher": "~2.1.0", + "**/ember-cli-htmlbars-inline-precompile": "^1.0.5" }, "ember-addon": { "configPath": "tests/dummy/config",