Fix license and bugs.url in package.json
Showing
{ | { | ||
"author": "whyrusleeping", | "author": "whyrusleeping", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/libp2p/go-libp2p-swarm" | "url": "https://github.com/libp2p/go-libp2p-swarm/issues" | ||
}, | }, | ||
"gx": { | "gx": { | ||
"dvcsimport": "github.com/libp2p/go-libp2p-swarm" | "dvcsimport": "github.com/libp2p/go-libp2p-swarm" | ||
... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
], | ], | ||
"gxVersion": "0.9.1", | "gxVersion": "0.9.1", | ||
"language": "go", | "language": "go", | ||
"license": "", | "license": "MIT", | ||
"name": "go-libp2p-swarm", | "name": "go-libp2p-swarm", | ||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", | ||
"version": "1.6.15" | "version": "1.6.15" | ||
... | ... |
Please register or sign in to comment