From 1bb66a43eb6a8f36bce703db271a6e489569f739 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Mon, 14 Jan 2019 13:37:24 +0000 Subject: [PATCH] fix: move loadsh to dependencies `lodash` is not a devDependency it is used at runtime. --- @commitlint/lint/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/lint/package.json b/@commitlint/lint/package.json index 14f398f65b..8791408efc 100644 --- a/@commitlint/lint/package.json +++ b/@commitlint/lint/package.json @@ -69,7 +69,6 @@ "cross-env": "5.1.1", "execa": "0.9.0", "globby": "8.0.1", - "lodash": "4.17.11", "rimraf": "2.6.1", "xo": "0.20.3" }, @@ -77,6 +76,7 @@ "@commitlint/is-ignored": "^7.3.1", "@commitlint/parse": "^7.3.1", "@commitlint/rules": "^7.3.1", - "babel-runtime": "^6.23.0" + "babel-runtime": "^6.23.0", + "lodash": "4.17.11" } }