From 95f3caba350e74237b1af566fd381c549f3b42d3 Mon Sep 17 00:00:00 2001 From: Josh Morphew Date: Thu, 22 Feb 2024 14:23:55 +1100 Subject: [PATCH 1/2] Update Lodash version only --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87ae5cd..36131ca 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "main": "node/index.js", "dependencies": { "babel-runtime": "^5", - "lodash": "^3.3.1", + "lodash": "^4.17.21", "through": "^2.3.6", "tiny-sprintf": "^0.3.0" }, From 67b8106a2cd2182ccfd22af97f964fe8800f7b9b Mon Sep 17 00:00:00 2001 From: Josh Morphew Date: Thu, 22 Feb 2024 15:05:59 +1100 Subject: [PATCH 2/2] Edit entry point to jsnetwork.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36131ca..9f4fee0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "email": "felix.kling@gmx.net", "url": "http://jsnetworkx.org/" }, - "main": "node/index.js", + "main": "jsnetworkx.js", "dependencies": { "babel-runtime": "^5", "lodash": "^4.17.21",