git ssb

16+

Dominic / patchbay



Commit 1a326ad6e229f48d252a5d8e4e8dd65a803f4d58

Bump to version of ssb-chess and ssb-chess-db where ssb-chess-db plugin name is fixed, no longer requiring the ~/.ssb/config workaround.

Gordon Martin committed on 8/8/2018, 8:36:28 PM
Parent: 7e29e0bb496e38848f9337fa4cd58555f341bb0a

Files changed

README.mdchanged
package-lock.jsonchanged
package.jsonchanged
README.mdView
@@ -99,10 +99,8 @@
9999 sbot plugins.install ssb-chess-db # for chess
100100 sbot plugins.install ssb-private # for private messages
101101 sbot plugins.install ssb-meme # for image search
102102
103-After that you need to make sure that .ssb/config reads: "ssb-chess-db": "ssbChessIndex" for chess to work.
104-
105103 # restart sbot server (go back to previous tab and kill it)
106104 ```
107105
108106 Restart your sbot, then (optionally) use an invite code. This will give you your first friend, from which point you can find others:
@@ -168,9 +166,9 @@
168166
169167
170168 ### How to add a new page
171169
172-e.g. to add a 'cats' page to the app:
170 +e.g. to add a 'cats' page to the app:
173171
174172 - Add a file `app/page/cats.js` which gives `app.page.cats`
175173 - Tell the router to send people browsing to location `{page: 'cats'}` to send them to this page
176174 - route will look like `[location => location.page === 'cats', api.app.page.cats]`
@@ -187,6 +185,4 @@
187185
188186 ## License
189187
190188 MIT
191-
192-
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 324154 bytes
New file size: 324154 bytes
package.jsonView
@@ -82,10 +82,10 @@
8282 "setimmediate": "^1.0.5",
8383 "ssb-about": "^0.1.2",
8484 "ssb-backlinks": "^0.7.3",
8585 "ssb-blobs": "^1.1.5",
86- "ssb-chess": "^2.2.11",
87- "ssb-chess-db": "^1.0.2",
86 + "ssb-chess": "^2.2.12",
87 + "ssb-chess-db": "^1.0.3",
8888 "ssb-client": "^4.5.7",
8989 "ssb-ebt": "^5.2.2",
9090 "ssb-friends": "^2.4.0",
9191 "ssb-horcrux": "^1.0.0",

Built with git-ssb-web