From 4ac2e1ff07fa01f2d5c0b1aaf717613bb023cd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Buscht=C3=B6ns?= Date: Tue, 11 Aug 2020 00:08:35 +0200 Subject: [PATCH] chore(deps): make `patch-package` a prod dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While we are waiting for #1, this will allow us to actually publish a functional, albeit über-hacky, first release. 🚀 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 60a58fc..688cfd1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ }, "dependencies": { "ember-cache-primitive-polyfill": "^1.0.0", - "ember-cli-babel": "^7.21.0" + "ember-cli-babel": "^7.21.0", + "patch-package": "^6.2.2" }, "devDependencies": { "@ember/optional-features": "^1.3.0", @@ -79,7 +80,6 @@ "eslint-plugin-prettier": "^3.1.4", "loader.js": "^4.7.0", "npm-run-all": "^4.1.5", - "patch-package": "^6.2.2", "prettier": "^2.0.5", "qunit-dom": "^1.2.0", "release-it": "^13.6.5",