Commit f770fd82103ce2fb8d0b3f737c7354d9da7524e3
Fix patchbook includes to use published version
Anders Rune Jensen committed on 11/5/2017, 7:56:02 PMParent: bb43d4d464dbd9a528a13884a77f542557f21e56
Files changed
main.js | changed |
package.json | changed |
main.js | ||
---|---|---|
@@ -32,9 +32,9 @@ | ||
32 | 32 … | //require('patch-hub'), |
33 | 33 … | |
34 | 34 … | require('ssb-chess'), |
35 | 35 … | require('patchbay-gatherings'), |
36 | - require('patch-book'), | |
36 … | + require('patchbay-book'), | |
37 | 37 … | // require('patch-network), |
38 | 38 … | require('patch-settings'), // might need to be in patchbay |
39 | 39 … | patchbay, |
40 | 40 … | require('patchcore') |
package.json | |||
---|---|---|---|
@@ -60,8 +60,9 @@ | |||
60 | 60 … | "patch-hub": "^1.1.0", | |
61 | 61 … | "patch-inbox": "^1.0.2", | |
62 | 62 … | "patch-settings": "^1.0.0", | |
63 | 63 … | "patch-suggest": "^1.0.1", | |
64 … | + "patchbay-book": "^1.0.0", | ||
64 | 65 … | "patchbay-gatherings": "^2.0.0", | |
65 | 66 … | "patchcore": "^1.12.1", | |
66 | 67 … | "pull-abortable": "^4.1.1", | |
67 | 68 … | "pull-cat": "^1.1.11", |
Built with git-ssb-web