From c563ea271ae63783912b3c432be458ed7a3d1158 Mon Sep 17 00:00:00 2001 From: Ritesh Kumar Date: Tue, 19 Apr 2016 23:18:42 +0530 Subject: [PATCH] fixed lodash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b69959e6647..5ca953c7c2c6 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "express": "^4.13.3", "jsdom": "^8.4.0", "json-stringify-safe": "^5.0.1", + "lodash": "^4.11.1", "node-libs-browser": "^0.5.2", "page-bus": "^3.0.1", "query-string": "^3.0.3", @@ -60,7 +61,6 @@ "eslint-config-airbnb": "^6.2.0", "eslint-plugin-babel": "^3.1.0", "eslint-plugin-react": "^4.2.3", - "lodash": "^4.11.1", "mocha": "^2.4.5", "mock-fs": "^3.8.0", "nodemon": "^1.9.1",