fix some package.json fields
This commit is contained in:
parent
8acc21e88d
commit
9848eea32b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "go-libp2p",
|
"name": "go-libp2p",
|
||||||
"author": "joe",
|
"author": "whyrusleeping",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"gxDependencies": [
|
"gxDependencies": [
|
||||||
{
|
{
|
||||||
|
@ -44,5 +44,8 @@
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"language": "go"
|
"language": "go",
|
||||||
|
"gx":{
|
||||||
|
"dvcsimport":"github.com/ipfs/go-libp2p"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue