From 2c9ff2c94550275d77a3811827b0da49fa8de528 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 12 Oct 2021 13:44:14 -0400 Subject: [PATCH] Move jasmine-reporters from to devDependencies jasmine-reporters is not used in shipped code, but is listed as a devdependency in this package. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fcabba0..f898637 100755 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ }, "dependencies": { "knockout": "~3.0.0", - "jasmine-reporters": "~0.2.1" }, "devDependencies": { "grunt": "~0.4.1", @@ -17,7 +16,8 @@ "grunt-contrib-concat": "~0.3.0", "grunt-contrib-watch": "~0.4.3", "grunt-jasmine-node": "~0.1.0", - "grunt-string-replace": "~0.2.7" + "grunt-string-replace": "~0.2.7", + "jasmine-reporters": "~0.2.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"