Commit 08cc898e45256d9570b4c0fd8a7aaa72b6276841
Merge remote-tracking branch 'origin/master' into embedded_sbot
mix irving committed on 9/4/2017, 3:27:33 AMParent: f05ce2caef6f2bc85d0db011144d7fc3cac7fd13
Parent: 2a1d0d14f4337a529079e2dd3756a304c27d7edb
Files changed
main.js | changed |
package-lock.json | changed |
package.json | changed |
main.js | |||
---|---|---|---|
@@ -25,9 +25,9 @@ | |||
25 | 25 … | ||
26 | 26 … | // from more specialized to more general | |
27 | 27 … | const sockets = combine( | |
28 | 28 … | // require('ssb-horcrux'), | |
29 | - // require('ssb-chess'), | ||
29 … | + require('ssb-chess'), | ||
30 | 30 … | // require('patch-hub'), | |
31 | 31 … | // require('patch-gatherings'), | |
32 | 32 … | // require('patchbay-gatherings'), // TODO collect gatherings into this | |
33 | 33 … | patchbay, |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 257871 bytes New file size: 301211 bytes |
package.json | ||
---|---|---|
@@ -67,8 +67,9 @@ | ||
67 | 67 … | "read-directory": "^2.0.0", |
68 | 68 … | "require-style": "^1.0.0", |
69 | 69 … | "scuttlebot": "^10.4.4", |
70 | 70 … | "setimmediate": "^1.0.5", |
71 … | + "ssb-chess": "1.4.4", | |
71 | 72 … | "ssb-horcrux": "^0.1.3", |
72 | 73 … | "ssb-ws": "^1.0.3", |
73 | 74 … | "style-resolve": "^1.0.1", |
74 | 75 … | "suggest-box": "^2.2.3", |
Built with git-ssb-web