Commit bff5b4a95a6ebf44e5d49f3afb5a259cd6da14d2
1.0.0
mix irving committed on 1/12/2018, 9:00:18 PMParent: a732662894b4fbcbdcd90338aa73ae3e4efb280f
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,7 +1,7 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "ssb-server-actual-friends", | |
3 | - "version": "0.0.0", | ||
3 … | + "version": "1.0.0", | ||
4 | 4 … | "description": "", | |
5 | 5 … | "main": "index.js", | |
6 | 6 … | "scripts": { | |
7 | 7 … | "test": "echo \"Error: no test specified\" && exit 1" | |
@@ -9,9 +9,12 @@ | |||
9 | 9 … | "repository": { | |
10 | 10 … | "type": "git", | |
11 | 11 … | "url": "git+https://github.com/mixmix/ssb-server-actual-friends.git" | |
12 | 12 … | }, | |
13 | - "keywords": ["scuttlebutt", "p2p"], | ||
13 … | + "keywords": [ | ||
14 … | + "scuttlebutt", | ||
15 … | + "p2p" | ||
16 … | + ], | ||
14 | 17 … | "author": "", | |
15 | 18 … | "license": "ISC", | |
16 | 19 … | "bugs": { | |
17 | 20 … | "url": "https://github.com/mixmix/ssb-server-actual-friends/issues" |
Built with git-ssb-web