From 8ef8668abd2583e1d8bb163ed81c21163a5cf5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rouven=20We=C3=9Fling?= Date: Thu, 5 Apr 2018 22:05:10 +0200 Subject: [PATCH] Move lodash.mergewith from dependencies to dev-dependencies. It's only used in a test. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91d80100a..9f1335b4a 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,6 @@ "glob": "^7.0.3", "in-publish": "^2.0.0", "lodash.clonedeep": "^4.3.2", - "lodash.mergewith": "^4.6.0", "meow": "^4.0.0", "mkdirp": "^0.5.1", "nan": "^2.10.0", @@ -77,6 +76,7 @@ "eslint": "^4.19.1", "fs-extra": "^5.0.0", "istanbul": "^0.4.2", + "lodash.mergewith": "^4.6.1", "mocha": "^5.0.5", "mocha-lcov-reporter": "^1.2.0", "object-merge": "^2.5.1",