Commit b640d4c1be2e803f3cbca7d06d23ab6d4e3a8cf9
Use version of ssb-chess-db which has a fix for an error when the user hadn't invited any players to a game (meaning they couldn't invite anyone.)
Gordon Martin committed on 4/22/2019, 7:21:25 PMParent: 45029a61203e1f2b7ae104b724912033ee3ffaa4
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 658146 bytes New file size: 654443 bytes |
package.json | ||
---|---|---|
@@ -92,9 +92,9 @@ | ||
92 | 92 … | "ssb-about": "^2.0.1", |
93 | 93 … | "ssb-backlinks": "^0.7.3", |
94 | 94 … | "ssb-blob-files": "^1.1.3", |
95 | 95 … | "ssb-blobs": "^1.1.12", |
96 | - "ssb-chess-db": "^1.0.5", | |
96 … | + "ssb-chess-db": "^1.0.6", | |
97 | 97 … | "ssb-chess-mithril": "1.0.10", |
98 | 98 … | "ssb-config": "^3.2.3", |
99 | 99 … | "ssb-ebt": "^5.3.11", |
100 | 100 … | "ssb-friend-pub": "^1.0.5", |
Built with git-ssb-web