Skip to content

Commit

Permalink
Merge pull request #3217 from ipfs/fix/package-json
Browse files Browse the repository at this point in the history
gx: fix dvcsimport path in package.json
  • Loading branch information
whyrusleeping committed Sep 13, 2016
2 parents 3722e90 + 7398543 commit 85da76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://github.com/ipfs/go-ipfs"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-libp2p",
"dvcsimport": "github.com/ipfs/go-ipfs",
"goversion": "1.7"
},
"gxDependencies": [
Expand Down

0 comments on commit 85da76a

Please sign in to comment.