git ssb

16+

Dominic / patchbay



Commit 08cc898e45256d9570b4c0fd8a7aaa72b6276841

Merge remote-tracking branch 'origin/master' into embedded_sbot

mix irving committed on 9/4/2017, 3:27:33 AM
Parent: f05ce2caef6f2bc85d0db011144d7fc3cac7fd13
Parent: 2a1d0d14f4337a529079e2dd3756a304c27d7edb

Files changed

main.jschanged
package-lock.jsonchanged
package.jsonchanged
main.jsView
@@ -25,9 +25,9 @@
2525
2626 // from more specialized to more general
2727 const sockets = combine(
2828 // require('ssb-horcrux'),
29- // require('ssb-chess'),
29 + require('ssb-chess'),
3030 // require('patch-hub'),
3131 // require('patch-gatherings'),
3232 // require('patchbay-gatherings'), // TODO collect gatherings into this
3333 patchbay,
package-lock.jsonView
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.jsonView
@@ -67,8 +67,9 @@
6767 "read-directory": "^2.0.0",
6868 "require-style": "^1.0.0",
6969 "scuttlebot": "^10.4.4",
7070 "setimmediate": "^1.0.5",
71 + "ssb-chess": "1.4.4",
7172 "ssb-horcrux": "^0.1.3",
7273 "ssb-ws": "^1.0.3",
7374 "style-resolve": "^1.0.1",
7475 "suggest-box": "^2.2.3",

Built with git-ssb-web