git ssb

16+

Dominic / patchbay



Commit 669c8de63323a3bef791c71d2cf0e2892b9507ef

bump patch-hub

mix irving committed on 6/1/2017, 12:53:59 PM
Parent: eb32370bf8cbd70b2d74afd663eeb9616fa35a03

Files changed

main.jschanged
package-lock.jsonchanged
package.jsonchanged
main.jsView
@@ -2,9 +2,9 @@
22 const entry = require('depject/entry')
33 const nest = require('depnest')
44
55 const context = require('patch-context')
6-const git = require('patch-git')
6 +const patchHub = require('patch-hub')
77 const horcrux = require('ssb-horcrux')
88 const gatherings = require('patch-gatherings')
99 const bayGatherings = require('patchbay-gatherings')
1010 const patchbay = require('./')
@@ -15,9 +15,9 @@
1515
1616 // from more specialized to more general
1717 const sockets = combine(
1818 context,
19- git,
19 + patchHub,
2020 bayGatherings, //adds menu items
2121 gatherings,
2222 horcrux,
2323 patchbay,
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 141363 bytes
New file size: 93748 bytes
package.jsonView
@@ -4,10 +4,10 @@
44 "description": "patchbay 2, built on patchcore",
55 "main": "index.js",
66 "scripts": {
77 "lint": "standard",
8 + "setup": "npm install electron electro -g",
89 "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell",
9- "setup": "npm install electron electro",
1010 "start": "electro main.js"
1111 },
1212 "browserify": {
1313 "transform": [
@@ -51,9 +51,9 @@
5151 "mutant-pull-reduce": "^1.0.1",
5252 "open-external": "^0.1.1",
5353 "patch-context": "^2.0.0",
5454 "patch-gatherings": "^2.4.1",
55- "patch-git": "0.1.0",
55 + "patch-hub": "^1.1.0",
5656 "patchbay-gatherings": "^1.1.0",
5757 "patchcore": "^0.5.0",
5858 "pull-abortable": "^4.1.1",
5959 "pull-cat": "^1.1.11",

Built with git-ssb-web