fix some package.json fields

This commit is contained in:
Jeromy 2015-11-16 16:49:11 -08:00
parent 8acc21e88d
commit 9848eea32b
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "go-libp2p",
"author": "joe",
"author": "whyrusleeping",
"version": "1.0.0",
"gxDependencies": [
{
@ -44,5 +44,8 @@
"version": "1.0.0"
}
],
"language": "go"
"language": "go",
"gx":{
"dvcsimport":"github.com/ipfs/go-libp2p"
}
}