git ssb

16+

Dominic / patchbay



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 AM
Parent: dfb5afba6905194506d112904cff3a2ab62f3954

Files changed

main.jschanged
package.jsonchanged
main.jsView
@@ -16,9 +16,9 @@
1616
1717 // from more specialized to more general
1818 const sockets = combine(
1919 // horcrux,
20- // ssbchess,
20 + ssbchess,
2121 // patchHub,
2222 // gatherings,
2323 // bayGatherings, // TODO collect gatherings into this
2424 patchbay,
package.jsonView
@@ -63,9 +63,9 @@
6363 "pull-stream": "^3.5.0",
6464 "read-directory": "^2.0.0",
6565 "require-style": "^1.0.0",
6666 "setimmediate": "^1.0.5",
67- "ssb-chess": "1.4.3",
67 + "ssb-chess": "1.4.4",
6868 "ssb-horcrux": "^0.1.3",
6969 "ssb-mentions": "~0.4.0",
7070 "style-resolve": "^1.0.1",
7171 "suggest-box": "^2.2.3",

Built with git-ssb-web