From f8643fce1895c2bde2790a540b57d518543b14dd Mon Sep 17 00:00:00 2001 From: Eric Hwang Date: Mon, 9 Jan 2023 19:33:22 -0600 Subject: [PATCH] Use full github URL for branch to avoid hanging node 14 install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef55572..bf5b6f0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "async": "^2.6.3", "mongodb": "^2.1.2 || ^3.1.13 || ^4.0.0", - "sharedb": "share/sharedb#debug-test-mongo-double-done" + "sharedb": "https://github.com/share/sharedb#debug-test-mongo-double-done" }, "devDependencies": { "chai": "^4.2.0",