git ssb

0+

mixmix / ssb-server-channel



Commit 3be472911ac8b87c588493a89b874f6c943afbf4

get ready to publish first version

mix irving committed on 2/5/2018, 6:43:18 AM
Parent: 09033d728a841a682c6a03b0e6f6b4c8f9a5f726

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,9 +1,9 @@
11 const FlumeView = require('flumeview-reduce')
22 const get = require('lodash/get')
33 const set = require('lodash/set')
44
5-const FLUME_VIEW_VERSION = 1.10
5 +const FLUME_VIEW_VERSION = 1.0
66
77 module.exports = {
88 name: 'channel',
99 version: require('./package.json').version,
package.jsonView
@@ -1,7 +1,7 @@
11 {
2- "name": "ssb-server-channels",
3- "version": "1.0.0",
2 + "name": "ssb-server-channel",
3 + "version": "0.0.1",
44 "repository": "git@github.com:ssbc/ssb-server-channel.git",
55 "description": "A scuttlebot flumeview for all your channel related questions",
66 "main": "index.js",
77 "scripts": {

Built with git-ssb-web