git ssb

16+

Dominic / patchbay



Commit 3e3f07cbc0498c3ae32ce74644033ff91daae787

Introducing chess :o

Gordon Martin committed on 7/18/2017, 9:22:02 PM
Parent: 75e7d09a4f53e09195dca52ad820da44d54eaa93

Files changed

main.jschanged
package.jsonchanged
main.jsView
@@ -9,8 +9,10 @@
99 const bayGatherings = require('patchbay-gatherings')
1010 const patchbay = require('./')
1111 const patchcore = require('patchcore')
1212
13 +const ssbchess = require('ssb-chess')
14 +
1315 // polyfills
1416 require('setimmediate')
1517
1618 // from more specialized to more general
@@ -20,9 +22,10 @@
2022 bayGatherings, //adds menu items
2123 gatherings,
2224 horcrux,
2325 patchbay,
24- patchcore
26 + patchcore,
27 + ssbchess
2528 )
2629
2730 const api = entry(sockets, nest('app.html.app', 'first'))
2831
package.jsonView
@@ -65,8 +65,9 @@
6565 "require-style": "^1.0.0",
6666 "setimmediate": "^1.0.5",
6767 "ssb-horcrux": "^0.1.3",
6868 "ssb-mentions": "~0.4.0",
69 + "ssb-chess": "1.0.2",
6970 "style-resolve": "^1.0.1",
7071 "suggest-box": "^2.2.3",
7172 "text-node-searcher": "^1.1.1",
7273 "xtend": "^4.0.1"

Built with git-ssb-web