Commit a75602fda292670bc01ac4da36922f7cb81822a5
install patchbay-scry, -can publish polls!
mixmix committed on 8/31/2018, 12:53:14 AMParent: 2fdb32b21fb5a93c887dcbbd8a5c7c33bd2b3396
Files changed
main.js | changed |
package-lock.json | changed |
package.json | changed |
main.js | ||
---|---|---|
@@ -35,10 +35,9 @@ | ||
35 | 35 … | } |
36 | 36 … | |
37 | 37 … | // from more specialized to more general |
38 | 38 … | const sockets = combine( |
39 | - require('ssb-horcrux'), | |
40 | - | |
39 … | + require('patchbay-scry'), | |
41 | 40 … | require('patchbay-dark-crystal'), |
42 | 41 … | require('patchbay-poll'), |
43 | 42 … | require('ssb-chess'), |
44 | 43 … | require('patchbay-gatherings'), |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 313434 bytes New file size: 315037 bytes |
package.json | |||
---|---|---|---|
@@ -71,9 +71,10 @@ | |||
71 | 71 … | "patch-suggest": "^2.0.2", | |
72 | 72 … | "patchbay-book": "^1.0.8", | |
73 | 73 … | "patchbay-dark-crystal": "^1.0.3", | |
74 | 74 … | "patchbay-gatherings": "^2.0.2", | |
75 | - "patchbay-poll": "^1.0.5", | ||
75 … | + "patchbay-poll": "^1.0.7", | ||
76 … | + "patchbay-scry": "^0.1.0", | ||
76 | 77 … | "patchcore": "^1.28.0", | |
77 | 78 … | "pull-abortable": "^4.1.1", | |
78 | 79 … | "pull-next-query": "^1.0.0", | |
79 | 80 … | "pull-scroll": "^1.0.9", | |
@@ -90,9 +91,8 @@ | |||
90 | 91 … | "ssb-chess-db": "^1.0.3", | |
91 | 92 … | "ssb-config": "^2.2.0", | |
92 | 93 … | "ssb-ebt": "^5.2.2", | |
93 | 94 … | "ssb-friends": "^3.1.3", | |
94 | - "ssb-horcrux": "^1.0.0", | ||
95 | 95 … | "ssb-keys": "^7.0.15", | |
96 | 96 … | "ssb-meme": "^1.0.4", | |
97 | 97 … | "ssb-mentions": "^0.5.0", | |
98 | 98 … | "ssb-mutual": "^0.1.0", |
Built with git-ssb-web