From 6f46bb77d93f480d5cc4304bbd8bb79b958bf150 Mon Sep 17 00:00:00 2001 From: Logan Rosen Date: Fri, 23 Jul 2021 14:21:26 -0400 Subject: [PATCH] Move dependencies only used in tests to devDependencies This addon has several dependencies that are only used in tests. Moving them to devDependencies accordingly. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1ec75b9..db9cc8e 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,6 @@ "broccoli-source": "^3.0.0", "broccoli-stew": "^3.0.0", "broccoli-string-replace": "^0.1.1", - "broccoli-test-helper": "^2.0.0", - "chai": "^4.1.2", - "co": "^4.6.0", - "mocha": "^8.2.1", "require-relative": "^0.8.7", "rollup": "^2.33.1", "@rollup/plugin-babel": "5.2.1" @@ -43,10 +39,14 @@ "devDependencies": { "@xg-wang/whatwg-fetch": "^3.0.0", "broccoli-file-creator": "^2.1.1", + "broccoli-test-helper": "^2.0.0", + "chai": "^4.1.2", + "co": "^4.6.0", "console-ui": "3.1.2", "ember-cli": "^3.3.0", "fixturify": "^2.1.0", "fs-extra": "9.0.1", + "mocha": "^8.2.1", "resolve": "1.18.1", "spaniel": "2.6.3" }