From ad6b442d0855172ba8dca0f2a3aeeaed0fc7c322 Mon Sep 17 00:00:00 2001 From: Daniel Zitzman Date: Wed, 7 Oct 2015 16:42:35 +0200 Subject: [PATCH] updated the browser dependancy for lodash When using the module with browserify it fails to load the lodash dependancy with the latest version of npm, removing the relative path resolves this issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f961ec768..bb0327a8e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js", "./src/lib/apis/index.js": "./src/lib/apis/browser_index.js", "./test/mocks/server.js": "./test/mocks/browser_server.js", - "lodash": "./node_modules/lodash-compat/index.js" + "lodash": "lodash-compat" }, "config": { "blanket": {