add go compiler version requirement to package.json

This commit is contained in:
Jeromy 2016-04-13 12:50:39 -07:00
parent bd600922d3
commit 3d7625f442
1 changed files with 3 additions and 2 deletions

View File

@ -157,6 +157,7 @@
"issues_url": "", "issues_url": "",
"gx_version": "0.4.0", "gx_version": "0.4.0",
"gx": { "gx": {
"dvcsimport": "github.com/ipfs/go-libp2p" "dvcsimport": "github.com/ipfs/go-libp2p",
"goversion":"1.5.2"
} }
} }