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