Commit 1de9af40f6fcaf100505887f4b06fb23d5c373cc
Bump to latest version of ssb-chess-db which fixed an issue with the name of the plugin ( https://github.com/Happy0/ssb-chess-db/pull/2 )
Gordon Martin committed on 8/10/2018, 2:08:35 PMParent: da7d6a9b7f9afbf0a78cea0f445b681f437457a1
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: 159046 bytes New file size: 158269 bytes |
package.json | |||
---|---|---|---|
@@ -24,9 +24,9 @@ | |||
24 | 24 … | "scuttlebot": "^11.3.3", | |
25 | 25 … | "ssb-about": "^0.1.2", | |
26 | 26 … | "ssb-backlinks": "^0.7.1", | |
27 | 27 … | "ssb-blobs": "^1.1.4", | |
28 | - "ssb-chess-db": "^1.0.2", | ||
28 … | + "ssb-chess-db": "^1.0.3", | ||
29 | 29 … | "ssb-config": "^2.2.0", | |
30 | 30 … | "ssb-ebt": "^5.2.0", | |
31 | 31 … | "ssb-friends": "^2.4.0", | |
32 | 32 … | "ssb-keys": "^7.0.13", | |
@@ -56,5 +56,5 @@ | |||
56 | 56 … | "eslint-config-standard": "^11.0.0-beta.0" | |
57 | 57 … | }, | |
58 | 58 … | "peerDependencies": {}, | |
59 | 59 … | "license": "MIT" | |
60 | -} | ||
60 … | +} | ||
Built with git-ssb-web