From fa837475712e16ba350b9f608fa8f5240a2e74bf Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sat, 16 Apr 2016 20:26:35 -0700 Subject: [PATCH] Fix bugs and gxVersion fields in manifest License: MIT Signed-off-by: Lars Gierth --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index bf07a35..b4fcc6f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,4 @@ { - "author": "whyrusleeping", - "bugs": {}, - "gx": { - "dvcsimport": "github.com/ipfs/go-libp2p", - "goversion": "1.5.2" - }, "gxDependencies": [ { "hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", @@ -162,11 +156,17 @@ "version": "1.1.0" } ], - "gxVersion": "0.6.0", - "gx_version": "0.4.0", - "issues_url": "", - "language": "go", - "license": "", + "license": "MIT", "name": "go-libp2p", - "version": "2.0.3" + "version": "2.0.3", + "language": "go", + "gxVersion": "0.4.0", + "gx": { + "dvcsimport": "github.com/ipfs/go-libp2p", + "goversion":"1.5.2" + }, + "bugs": { + "url": "https://github.com/ipfs/go-libp2p" + }, + "author": "whyrusleeping" } -- GitLab