Commit 125de33bfda1af805f9a7691fb06c3c3b837d226
add repo info to package.json
Andre Staltz committed on 6/27/2018, 2:13:31 PMParent: 0d08a7a93f1730f755e4687e00a958641b01cb82
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -1,9 +1,13 @@ | |||
1 | 1 … | { | |
2 | 2 … | "name": "ssb-to-graphml", | |
3 | - "version": "1.0.0", | ||
3 … | + "version": "1.0.1", | ||
4 | 4 … | "description": "Convert your SSB social graph to GraphML format", | |
5 | 5 … | "main": "index.js", | |
6 … | + "repository": { | ||
7 … | + "type": "git", | ||
8 … | + "url": "git+https://gitlab.com/staltz/ssb-to-graphml.git" | ||
9 … | + }, | ||
6 | 10 … | "bin": { | |
7 | 11 … | "ssb-to-graphml": "bin.js" | |
8 | 12 … | }, | |
9 | 13 … | "author": "staltz.com", |
Built with git-ssb-web