aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-07-09 20:17:20 -0400
committercel <cel@lOUVT+Phkvai9a/cCS/RKo+S9hnPAQdVixms/7ldpPA=.ed25519>2020-07-09 20:17:20 -0400
commit0feed020137fbe25e041bd0f1c0d85d8acbcf4b1 (patch)
tree625f54fa2318285e0d876c3c7aa90b4985bd2a80
parent02a98d602288b7fdb0452518eadbb77b5389a2e8 (diff)
downloadpatchfoo-0feed020137fbe25e041bd0f1c0d85d8acbcf4b1.tar.gz
patchfoo-0feed020137fbe25e041bd0f1c0d85d8acbcf4b1.zip
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.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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": {