git ssb

16+

Dominic / patchbay



Commit a75602fda292670bc01ac4da36922f7cb81822a5

install patchbay-scry, -can publish polls!

mixmix committed on 8/31/2018, 12:53:14 AM
Parent: 2fdb32b21fb5a93c887dcbbd8a5c7c33bd2b3396

Files changed

main.jschanged
package-lock.jsonchanged
package.jsonchanged
main.jsView
@@ -35,10 +35,9 @@
3535 }
3636
3737 // from more specialized to more general
3838 const sockets = combine(
39- require('ssb-horcrux'),
40-
39 + require('patchbay-scry'),
4140 require('patchbay-dark-crystal'),
4241 require('patchbay-poll'),
4342 require('ssb-chess'),
4443 require('patchbay-gatherings'),
package-lock.jsonView
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.jsonView
@@ -71,9 +71,10 @@
7171 "patch-suggest": "^2.0.2",
7272 "patchbay-book": "^1.0.8",
7373 "patchbay-dark-crystal": "^1.0.3",
7474 "patchbay-gatherings": "^2.0.2",
75- "patchbay-poll": "^1.0.5",
75 + "patchbay-poll": "^1.0.7",
76 + "patchbay-scry": "^0.1.0",
7677 "patchcore": "^1.28.0",
7778 "pull-abortable": "^4.1.1",
7879 "pull-next-query": "^1.0.0",
7980 "pull-scroll": "^1.0.9",
@@ -90,9 +91,8 @@
9091 "ssb-chess-db": "^1.0.3",
9192 "ssb-config": "^2.2.0",
9293 "ssb-ebt": "^5.2.2",
9394 "ssb-friends": "^3.1.3",
94- "ssb-horcrux": "^1.0.0",
9595 "ssb-keys": "^7.0.15",
9696 "ssb-meme": "^1.0.4",
9797 "ssb-mentions": "^0.5.0",
9898 "ssb-mutual": "^0.1.0",

Built with git-ssb-web