diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-13 14:08:27 -1000 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-10-13 14:09:22 -1000 |
commit | 0e7bd91590b8c9fc28113c785e39946943491719 (patch) | |
tree | c8b8c44a3ccf4f2561160d7cb06e548a19b82b97 /package.json | |
parent | 42934b9b8952245a7d37b17ca0bb119e82ebd96c (diff) | |
download | patchfoo-0e7bd91590b8c9fc28113c785e39946943491719.tar.gz patchfoo-0e7bd91590b8c9fc28113c785e39946943491719.zip |
Use ssb-client cli
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9702099..8fcc3ee 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "pull-paramap": "^1.2.1", "pull-reader": "^1.2.9", "pull-stream": "^3.5.0", + "ssb-client": "http://localhost:8989/blobs/get/&FA90P0B3XaDw/mcD9AVboacsU5mABQtSUofwIXOC6fo=.sha256", "ssb-contact": "^1.0.0", "ssb-marked": "^0.7.1", "ssb-mentions": "http://localhost:8989/blobs/get/&GKwsJ3ykvOXc24wyNuWBdmnCFpQ+Ltd9ggjoOuOF/Pg=.sha256", @@ -33,7 +34,7 @@ "stream-to-pull-stream": "^1.7.2" }, "scripts": { - "start": "ssb-party ." + "start": "ssb-client ." }, "author": "cel", "homepage": "https://git.scuttlebot.io/%25YAg1hicat%2B2GELjE2QJzDwlAWcx0ML%2B1sXEdsWwvdt8%3D.sha256", |