Commit 20bfbc84b6aa7b74c04cba6e0589175158886245
install updated gatherings setup
mix irving committed on 9/5/2017, 9:17:39 PMParent: d89edbb7eb98e44e02d6030f9bedd8c102117191
Files changed
main.js | changed |
package-lock.json | changed |
package.json | changed |
main.js | ||
---|---|---|
@@ -4,12 +4,10 @@ | ||
4 | 4 … | |
5 | 5 … | const horcrux = require('ssb-horcrux') |
6 | 6 … | const ssbchess = require('ssb-chess') |
7 | 7 … | const patchHub = require('patch-hub') |
8 | -const gatherings = require('patch-gatherings') | |
9 | -const bayGatherings = require('patchbay-gatherings') | |
8 … | +const patchContext = require('patch-context') | |
10 | 9 … | const patchbay = require('./') |
11 | -const patchContext = require('patch-context') | |
12 | 10 … | const patchcore = require('patchcore') |
13 | 11 … | const patchSettings = require('patch-settings') |
14 | 12 … | |
15 | 13 … | // polyfills |
@@ -19,10 +17,9 @@ | ||
19 | 17 … | const sockets = combine( |
20 | 18 … | // horcrux, |
21 | 19 … | ssbchess, |
22 | 20 … | // patchHub, |
23 | - // gatherings, | |
24 | - // bayGatherings, // TODO collect gatherings into this | |
21 … | + require('patchbay-gatherings'), | |
25 | 22 … | patchbay, |
26 | 23 … | patchContext, |
27 | 24 … | patchSettings, |
28 | 25 … | patchcore |
package-lock.json | ||
---|---|---|
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.json | |||
---|---|---|---|
@@ -51,13 +51,12 @@ | |||
51 | 51 … | "mutant": "^3.18.0", | |
52 | 52 … | "mutant-pull-reduce": "^1.0.1", | |
53 | 53 … | "open-external": "^0.1.1", | |
54 | 54 … | "patch-context": "^2.0.0", | |
55 | - "patch-gatherings": "^2.4.3", | ||
56 | 55 … | "patch-hub": "^1.1.0", | |
57 | - "patchbay-gatherings": "^1.1.2", | ||
56 … | + "patch-settings": "^1.0.0", | ||
57 … | + "patchbay-gatherings": "^2.0.0", | ||
58 | 58 … | "patchcore": "^1.10.3", | |
59 | - "patch-settings": "^1.0.0", | ||
60 | 59 … | "pull-abortable": "^4.1.1", | |
61 | 60 … | "pull-cat": "^1.1.11", | |
62 | 61 … | "pull-next": "1.0.0", | |
63 | 62 … | "pull-scroll": "^1.0.7", |
Built with git-ssb-web