git ssb

1+

andrestaltz / ssb-to-graphml



Commit 125de33bfda1af805f9a7691fb06c3c3b837d226

add repo info to package.json

Andre Staltz committed on 6/27/2018, 2:13:31 PM
Parent: 0d08a7a93f1730f755e4687e00a958641b01cb82

Files changed

package.jsonchanged
package.jsonView
@@ -1,9 +1,13 @@
11 {
22 "name": "ssb-to-graphml",
3- "version": "1.0.0",
3 + "version": "1.0.1",
44 "description": "Convert your SSB social graph to GraphML format",
55 "main": "index.js",
6 + "repository": {
7 + "type": "git",
8 + "url": "git+https://gitlab.com/staltz/ssb-to-graphml.git"
9 + },
610 "bin": {
711 "ssb-to-graphml": "bin.js"
812 },
913 "author": "staltz.com",

Built with git-ssb-web