From d2f866c27c652127e397fbe86b0e833911d7baf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 10 Jan 2018 14:29:19 +0100 Subject: [PATCH] moved angular-mocks out of dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be753596a50..01241637d46 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "webpack": "^3.10.0", "webpack-bundle-analyzer": "^2.9.0", "webpack-cleanup-plugin": "^0.5.1", + "angular-mocks": "^1.6.6", "webpack-merge": "^4.1.0", "zone.js": "^0.7.2" }, @@ -125,7 +126,6 @@ "dependencies": { "angular": "^1.6.6", "angular-bindonce": "^0.3.1", - "angular-mocks": "^1.6.6", "angular-native-dragdrop": "^1.2.2", "angular-route": "^1.6.6", "angular-sanitize": "^1.6.6",