From 86ef1d2a0ffcb64e0bbd085068041a9313eb61f7 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 19 Apr 2018 18:21:17 +0700 Subject: =?UTF-8?q?Move=20lodash=20and=20lodash-es=20to=20devDependencies?= =?UTF-8?q?=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8392d76..8a0472d 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,6 @@ "utility" ], "dependencies": { - "lodash": "^4.14.0", - "lodash-es": "^4.14.0", "lodash.isarraylike": "^4.2.0" }, "devDependencies": { @@ -47,6 +45,8 @@ "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.2.0", "karma-mocha-reporter": "^2.2.0", + "lodash": "^4.14.0", + "lodash-es": "^4.14.0", "mocha": "^3.1.2", "native-promise-only": "^0.8.0-a", "nyc": "^7.0.0", -- cgit v1.2.1