Commit 9e134b1f2c05d9c14a4133760e0780413defe14c
Merge branch 'master' of github.com:ssbc/patchbay
mixmix committed on 10/6/2018, 8:20:34 AMParent: 84bcac92d7d3ece97193b725768364afda475468
Parent: 4420595bc683f94f45dfe25d4025b393f5450d60
Files changed
main.js | changed |
package-lock.json | changed |
package.json | changed |
main.js | ||
---|---|---|
@@ -38,9 +38,9 @@ | ||
38 | 38 … | const sockets = combine( |
39 | 39 … | require('patchbay-scry'), |
40 | 40 … | require('patchbay-dark-crystal'), |
41 | 41 … | require('patchbay-poll'), |
42 | - require('ssb-chess'), | |
42 … | + require('ssb-chess-mithril'), | |
43 | 43 … | require('patchbay-gatherings'), |
44 | 44 … | require('patchbay-book'), |
45 | 45 … | patchbay, |
46 | 46 … | require('patchcore'), |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 310872 bytes New file size: 349444 bytes |
package.json | |||
---|---|---|---|
@@ -89,9 +89,9 @@ | |||
89 | 89 … | "ssb-about": "^0.1.2", | |
90 | 90 … | "ssb-backlinks": "^0.7.3", | |
91 | 91 … | "ssb-blob-files": "^1.1.1", | |
92 | 92 … | "ssb-blobs": "^1.1.5", | |
93 | - "ssb-chess": "^2.4.1", | ||
93 … | + "ssb-chess-mithril": "1.0.0", | ||
94 | 94 … | "ssb-chess-db": "^1.0.4", | |
95 | 95 … | "ssb-config": "^2.3.0", | |
96 | 96 … | "ssb-ebt": "^5.2.3", | |
97 | 97 … | "ssb-friends": "^3.1.3", |
Built with git-ssb-web