Commit f9ed3f55694d0c49e226ff35109f51551e11e45c
Adds patchbay-gatherings
Piet Geursen committed on 5/2/2017, 12:37:40 AMParent: 51790a95381555fd47ee87374d11c418ee6e028a
Files changed
main.js | changed |
package.json | changed |
.babelrc | added |
main.js | |||
---|---|---|---|
@@ -4,8 +4,9 @@ | |||
4 | 4 … | ||
5 | 5 … | const git = require('patch-git') | |
6 | 6 … | const horcrux = require('ssb-horcrux') | |
7 | 7 … | const gatherings = require('patch-gatherings') | |
8 … | +const bayGatherings = require('patchbay-gatherings') | ||
8 | 9 … | const patchbay = require('./') | |
9 | 10 … | const patchcore = require('patchcore') | |
10 | 11 … | ||
11 | 12 … | // polyfills | |
@@ -13,8 +14,9 @@ | |||
13 | 14 … | ||
14 | 15 … | // from more specialized to more general | |
15 | 16 … | const sockets = combine( | |
16 | 17 … | git, | |
18 … | + bayGatherings, | ||
17 | 19 … | gatherings, | |
18 | 20 … | horcrux, | |
19 | 21 … | patchbay, | |
20 | 22 … | patchcore |
package.json | ||
---|---|---|
@@ -45,13 +45,14 @@ | ||
45 | 45 … | "hypertabs": "^4.2.0", |
46 | 46 … | "insert-css": "^2.0.0", |
47 | 47 … | "libnested": "^1.2.1", |
48 | 48 … | "micro-css": "^1.0.0", |
49 | - "mutant": "^3.16.0", | |
49 … | + "mutant": "^3.18.0", | |
50 | 50 … | "mutant-pull-reduce": "^1.0.1", |
51 | 51 … | "open-external": "^0.1.1", |
52 … | + "patch-gatherings": "^2.0.0", | |
52 | 53 … | "patch-git": "0.1.0", |
53 | - "patch-gatherings": "^2.0.0", | |
54 … | + "patchbay-gatherings": "^1.0.0", | |
54 | 55 … | "patchcore": "^0.5.0", |
55 | 56 … | "pull-abortable": "^4.1.1", |
56 | 57 … | "pull-cat": "^1.1.11", |
57 | 58 … | "pull-next": "1.0.0", |
Built with git-ssb-web