Commit 06bbde1a2df7979507424ed510dd91b795e89a2c
Add ssb-chess back in as it's been updated to integrate with the new router.
Gordon Martin committed on 9/1/2017, 7:49:19 AMParent: dfb5afba6905194506d112904cff3a2ab62f3954
Files changed
main.js | changed |
package.json | changed |
main.js | |||
---|---|---|---|
@@ -16,9 +16,9 @@ | |||
16 | 16 … | ||
17 | 17 … | // from more specialized to more general | |
18 | 18 … | const sockets = combine( | |
19 | 19 … | // horcrux, | |
20 | - // ssbchess, | ||
20 … | + ssbchess, | ||
21 | 21 … | // patchHub, | |
22 | 22 … | // gatherings, | |
23 | 23 … | // bayGatherings, // TODO collect gatherings into this | |
24 | 24 … | patchbay, |
package.json | ||
---|---|---|
@@ -63,9 +63,9 @@ | ||
63 | 63 … | "pull-stream": "^3.5.0", |
64 | 64 … | "read-directory": "^2.0.0", |
65 | 65 … | "require-style": "^1.0.0", |
66 | 66 … | "setimmediate": "^1.0.5", |
67 | - "ssb-chess": "1.4.3", | |
67 … | + "ssb-chess": "1.4.4", | |
68 | 68 … | "ssb-horcrux": "^0.1.3", |
69 | 69 … | "ssb-mentions": "~0.4.0", |
70 | 70 … | "style-resolve": "^1.0.1", |
71 | 71 … | "suggest-box": "^2.2.3", |
Built with git-ssb-web