Commit 3be472911ac8b87c588493a89b874f6c943afbf4
get ready to publish first version
mix irving committed on 2/5/2018, 6:43:18 AMParent: 09033d728a841a682c6a03b0e6f6b4c8f9a5f726
Files changed
index.js | changed |
package.json | changed |
index.js | |||
---|---|---|---|
@@ -1,9 +1,9 @@ | |||
1 | 1 … | const FlumeView = require('flumeview-reduce') | |
2 | 2 … | const get = require('lodash/get') | |
3 | 3 … | const set = require('lodash/set') | |
4 | 4 … | ||
5 | -const FLUME_VIEW_VERSION = 1.10 | ||
5 … | +const FLUME_VIEW_VERSION = 1.0 | ||
6 | 6 … | ||
7 | 7 … | module.exports = { | |
8 | 8 … | name: 'channel', | |
9 | 9 … | version: require('./package.json').version, |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | - "name": "ssb-server-channels", | |
3 | - "version": "1.0.0", | |
2 … | + "name": "ssb-server-channel", | |
3 … | + "version": "0.0.1", | |
4 | 4 … | "repository": "git@github.com:ssbc/ssb-server-channel.git", |
5 | 5 … | "description": "A scuttlebot flumeview for all your channel related questions", |
6 | 6 … | "main": "index.js", |
7 | 7 … | "scripts": { |
Built with git-ssb-web