1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

package.json cleanup

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2016-01-27 14:58:33 -08:00
parent 0e312f5caf
commit e12a56d7d0

View File

@ -1,6 +1,6 @@
{ {
"name": "go-ipfs", "name": "go-ipfs",
"version": "0.3.8", "version": "0.4.0",
"gxDependencies": [ "gxDependencies": [
{ {
"name": "go-log", "name": "go-log",
@ -14,5 +14,5 @@
} }
], ],
"language": "go", "language": "go",
"issues_url": "" "issues_url": "https://github.com/ipfs/go-ipfs"
} }