git ssb

16+

Dominic / patchbay



Commit 20bfbc84b6aa7b74c04cba6e0589175158886245

install updated gatherings setup

mix irving committed on 9/5/2017, 9:17:39 PM
Parent: d89edbb7eb98e44e02d6030f9bedd8c102117191

Files changed

main.jschanged
package-lock.jsonchanged
package.jsonchanged
main.jsView
@@ -4,12 +4,10 @@
44
55 const horcrux = require('ssb-horcrux')
66 const ssbchess = require('ssb-chess')
77 const patchHub = require('patch-hub')
8-const gatherings = require('patch-gatherings')
9-const bayGatherings = require('patchbay-gatherings')
8 +const patchContext = require('patch-context')
109 const patchbay = require('./')
11-const patchContext = require('patch-context')
1210 const patchcore = require('patchcore')
1311 const patchSettings = require('patch-settings')
1412
1513 // polyfills
@@ -19,10 +17,9 @@
1917 const sockets = combine(
2018 // horcrux,
2119 ssbchess,
2220 // patchHub,
23- // gatherings,
24- // bayGatherings, // TODO collect gatherings into this
21 + require('patchbay-gatherings'),
2522 patchbay,
2623 patchContext,
2724 patchSettings,
2825 patchcore
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 253788 bytes
New file size: 253638 bytes
package.jsonView
@@ -51,13 +51,12 @@
5151 "mutant": "^3.18.0",
5252 "mutant-pull-reduce": "^1.0.1",
5353 "open-external": "^0.1.1",
5454 "patch-context": "^2.0.0",
55- "patch-gatherings": "^2.4.3",
5655 "patch-hub": "^1.1.0",
57- "patchbay-gatherings": "^1.1.2",
56 + "patch-settings": "^1.0.0",
57 + "patchbay-gatherings": "^2.0.0",
5858 "patchcore": "^1.10.3",
59- "patch-settings": "^1.0.0",
6059 "pull-abortable": "^4.1.1",
6160 "pull-cat": "^1.1.11",
6261 "pull-next": "1.0.0",
6362 "pull-scroll": "^1.0.7",

Built with git-ssb-web