Commit 7647ceaff9ecb9fbc0386af2a317afc08778b794
add ebt for replication
mix irving committed on 5/16/2018, 12:36:49 AMParent: 1e55478903ee72a0823df4336254a2e7a9da5b0e
Files changed
background-process.js | changed |
package-lock.json | changed |
package.json | changed |
background-process.js | |||
---|---|---|---|
@@ -18,9 +18,9 @@ | |||
18 | 18 … | .use(require('scuttlebot/plugins/local')) | |
19 | 19 … | .use(require('scuttlebot/plugins/logging')) | |
20 | 20 … | .use(require('ssb-query')) | |
21 | 21 … | .use(require('ssb-about')) | |
22 | - // .use(require('ssb-ebt')) | ||
22 … | + .use(require('ssb-ebt')) | ||
23 | 23 … | .use(require('ssb-ws')) | |
24 | 24 … | .use(require('ssb-server-channel')) | |
25 | 25 … | .use(require('./ssb-server-ticktack')) | |
26 | 26 … |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 283679 bytes New file size: 289783 bytes |
package.json | ||
---|---|---|
@@ -64,8 +64,9 @@ | ||
64 | 64 … | "ssb-backlinks": "^0.6.1", |
65 | 65 … | "ssb-blobs": "^1.1.4", |
66 | 66 … | "ssb-client": "4.5.2", |
67 | 67 … | "ssb-config": "^2.2.0", |
68 … | + "ssb-ebt": "^5.1.5", | |
68 | 69 … | "ssb-friends": "^2.3.5", |
69 | 70 … | "ssb-keys": "^7.0.10", |
70 | 71 … | "ssb-markdown": "^3.3.0", |
71 | 72 … | "ssb-mentions": "^0.4.0", |
Built with git-ssb-web