git ssb

16+

Dominic / patchbay



Commit f9ed3f55694d0c49e226ff35109f51551e11e45c

Adds patchbay-gatherings

Piet Geursen committed on 5/2/2017, 12:37:40 AM
Parent: 51790a95381555fd47ee87374d11c418ee6e028a

Files changed

main.jschanged
package.jsonchanged
.babelrcadded
main.jsView
@@ -4,8 +4,9 @@
44
55 const git = require('patch-git')
66 const horcrux = require('ssb-horcrux')
77 const gatherings = require('patch-gatherings')
8 +const bayGatherings = require('patchbay-gatherings')
89 const patchbay = require('./')
910 const patchcore = require('patchcore')
1011
1112 // polyfills
@@ -13,8 +14,9 @@
1314
1415 // from more specialized to more general
1516 const sockets = combine(
1617 git,
18 + bayGatherings,
1719 gatherings,
1820 horcrux,
1921 patchbay,
2022 patchcore
package.jsonView
@@ -45,13 +45,14 @@
4545 "hypertabs": "^4.2.0",
4646 "insert-css": "^2.0.0",
4747 "libnested": "^1.2.1",
4848 "micro-css": "^1.0.0",
49- "mutant": "^3.16.0",
49 + "mutant": "^3.18.0",
5050 "mutant-pull-reduce": "^1.0.1",
5151 "open-external": "^0.1.1",
52 + "patch-gatherings": "^2.0.0",
5253 "patch-git": "0.1.0",
53- "patch-gatherings": "^2.0.0",
54 + "patchbay-gatherings": "^1.0.0",
5455 "patchcore": "^0.5.0",
5556 "pull-abortable": "^4.1.1",
5657 "pull-cat": "^1.1.11",
5758 "pull-next": "1.0.0",
.babelrcView
@@ -1,0 +1,1 @@
1 +{}

Built with git-ssb-web