Commit 3e3f07cbc0498c3ae32ce74644033ff91daae787
Introducing chess :o
Gordon Martin committed on 7/18/2017, 9:22:02 PMParent: 75e7d09a4f53e09195dca52ad820da44d54eaa93
Files changed
main.js | changed |
package.json | changed |
main.js | |||
---|---|---|---|
@@ -9,8 +9,10 @@ | |||
9 | 9 … | const bayGatherings = require('patchbay-gatherings') | |
10 | 10 … | const patchbay = require('./') | |
11 | 11 … | const patchcore = require('patchcore') | |
12 | 12 … | ||
13 … | +const ssbchess = require('ssb-chess') | ||
14 … | + | ||
13 | 15 … | // polyfills | |
14 | 16 … | require('setimmediate') | |
15 | 17 … | ||
16 | 18 … | // from more specialized to more general | |
@@ -20,9 +22,10 @@ | |||
20 | 22 … | bayGatherings, //adds menu items | |
21 | 23 … | gatherings, | |
22 | 24 … | horcrux, | |
23 | 25 … | patchbay, | |
24 | - patchcore | ||
26 … | + patchcore, | ||
27 … | + ssbchess | ||
25 | 28 … | ) | |
26 | 29 … | ||
27 | 30 … | const api = entry(sockets, nest('app.html.app', 'first')) | |
28 | 31 … |
package.json | ||
---|---|---|
@@ -65,8 +65,9 @@ | ||
65 | 65 … | "require-style": "^1.0.0", |
66 | 66 … | "setimmediate": "^1.0.5", |
67 | 67 … | "ssb-horcrux": "^0.1.3", |
68 | 68 … | "ssb-mentions": "~0.4.0", |
69 … | + "ssb-chess": "1.0.2", | |
69 | 70 … | "style-resolve": "^1.0.1", |
70 | 71 … | "suggest-box": "^2.2.3", |
71 | 72 … | "text-node-searcher": "^1.1.1", |
72 | 73 … | "xtend": "^4.0.1" |
Built with git-ssb-web