git ssb

10+

Matt McKegg / patchwork



Commit 1e424e663092ab3b875ad4dae38a6df91d560e60

bump ssb-about and ssb-contact flumeviews

Matt McKegg committed on 6/12/2017, 1:14:31 PM
Parent: 491fdc7f44dabd50a0d18ba7ca391b70ded5a6af

Files changed

package.jsonchanged
server-process.jschanged
package.jsonView
@@ -53,12 +53,13 @@
5353 "pull-scroll": "^1.0.4",
5454 "pull-stream": "~3.4.5",
5555 "scuttlebot": "~10.0.5",
5656 "sorted-array-functions": "~1.0.0",
57- "ssb-about": "0.0.0",
57+ "ssb-about": "0.1.0",
5858 "ssb-avatar": "^0.2.0",
5959 "ssb-backlinks": "0.0.0",
6060 "ssb-blobs": "~1.0.1",
61+ "ssb-contacts": "0.0.1",
6162 "ssb-friends": "^2.0.3",
6263 "ssb-keys": "~7.0.9",
6364 "ssb-mentions": "^0.3.1",
6465 "ssb-msgs": "^5.2.0",
server-process.jsView
@@ -15,8 +15,9 @@
1515 .use(require('scuttlebot/plugins/local'))
1616 .use(require('scuttlebot/plugins/logging'))
1717 .use(require('ssb-query'))
1818 .use(require('ssb-about'))
19+ .use(require('ssb-contacts'))
1920 .use(require('./lib/progress-stream'))
2021
2122 module.exports = function (ssbConfig) {
2223 var context = {

Built with git-ssb-web