mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 23:42:20 +08:00
Fix package manifest fields
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
12
package.json
12
package.json
@ -1,5 +1,7 @@
|
||||
{
|
||||
"bugs": {},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ipfs/go-ipfs"
|
||||
},
|
||||
"gxDependencies": [
|
||||
{
|
||||
"hash": "Qmazh5oNUVsDZTs2g59rq8aYQqwpss8tcUWQzor5sCCEuH",
|
||||
@ -38,10 +40,12 @@
|
||||
}
|
||||
],
|
||||
"gxVersion": "0.4.0",
|
||||
"gx_version": "0.4.0",
|
||||
"issues_url": "",
|
||||
"gx": {
|
||||
"dvcsimport": "github.com/ipfs/go-libp2p",
|
||||
"goversion":"1.5.2"
|
||||
},
|
||||
"language": "go",
|
||||
"license": "",
|
||||
"license": "MIT",
|
||||
"name": "go-ipfs",
|
||||
"version": "0.4.0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user