From 0feed020137fbe25e041bd0f1c0d85d8acbcf4b1 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 9 Jul 2020 20:17:20 -0400 Subject: Make ssb-client a full dependency The benefit of reducing chance of errors and simplifying installation outweighs the cost of the module which is not needed for running as a plugin. Anyway, sodium-native is already brought in via the private-box dependency. Also, we could use it in the future for alternative invite code usage, checking pub uptime, etc. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8cb32c7..2d3cae9 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "pull-split": "^0.2.0", "pull-stream": "^3.5.0", "pull-utf8-decoder": "^1.0.2", + "ssb-client": "^4.7.8", "ssb-git": "^1.1.0", "ssb-markdown": "^6.0.0", "ssb-marked": "^0.7.1", @@ -42,7 +43,6 @@ "unzip": "^0.1.11" }, "devDependencies": { - "ssb-client": "^4.5.7", "ssb-pkg": "*" }, "pkg": { -- cgit v1.2.3