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
This commit is contained in:
Daniel Zitzman
2015-10-07 16:42:35 +02:00
parent 6a789754ea
commit ad6b442d08

View File

@ -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": {