From 4271eb306890f5ffe81eadf2c344557649237964 Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Fri, 24 Jul 2015 20:39:23 -0400 Subject: [PATCH] [fixed] add lodash as direct dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3c1da4cac..e71aa8acee 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,6 @@ "karma-webpack": "^1.5.0", "less": "^2.4.0", "less-loader": "^2.1.0", - "lodash": "^3.5.0", "marked": "^0.3.3", "mocha": "^2.2.1", "mt-changelog": "^0.6.1", @@ -109,6 +108,7 @@ }, "dependencies": { "babel-runtime": "^5.1.10", + "lodash": "^3.5.0", "classnames": "^2.0.0" } }