git ssb

16+

Dominic / patchbay



Commit f770fd82103ce2fb8d0b3f737c7354d9da7524e3

Fix patchbook includes to use published version

Anders Rune Jensen committed on 11/5/2017, 7:56:02 PM
Parent: bb43d4d464dbd9a528a13884a77f542557f21e56

Files changed

main.jschanged
package.jsonchanged
main.jsView
@@ -32,9 +32,9 @@
3232 //require('patch-hub'),
3333
3434 require('ssb-chess'),
3535 require('patchbay-gatherings'),
36- require('patch-book'),
36 + require('patchbay-book'),
3737 // require('patch-network),
3838 require('patch-settings'), // might need to be in patchbay
3939 patchbay,
4040 require('patchcore')
package.jsonView
@@ -60,8 +60,9 @@
6060 "patch-hub": "^1.1.0",
6161 "patch-inbox": "^1.0.2",
6262 "patch-settings": "^1.0.0",
6363 "patch-suggest": "^1.0.1",
64 + "patchbay-book": "^1.0.0",
6465 "patchbay-gatherings": "^2.0.0",
6566 "patchcore": "^1.12.1",
6667 "pull-abortable": "^4.1.1",
6768 "pull-cat": "^1.1.11",

Built with git-ssb-web