diff --git a/package.json b/package.json index 87ae5cd..9f4fee0 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "email": "felix.kling@gmx.net", "url": "http://jsnetworkx.org/" }, - "main": "node/index.js", + "main": "jsnetworkx.js", "dependencies": { "babel-runtime": "^5", - "lodash": "^3.3.1", + "lodash": "^4.17.21", "through": "^2.3.6", "tiny-sprintf": "^0.3.0" },