Skip to content

Commit

Permalink
fix: go-ipfs 0.5.0 with go-ipfs-dep 0.5.0 (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Apr 28, 2020
1 parent 805cfd7 commit e18e1e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
24 changes: 11 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipfs-desktop",
"private": true,
"version": "0.11.1",
"version": "0.11.0",
"productName": "IPFS Desktop",
"description": "IPFS Native Application",
"main": "src/index.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
"fix-path": "^3.0.0",
"fs-extra": "^9.0.0",
"i18next": "^19.4.4",
"go-ipfs-dep": "^0.4.23-3",
"go-ipfs-dep": "0.5.0",
"i18next-electron-language-detector": "0.0.10",
"i18next-icu": "^1.3.1",
"i18next-node-fs-backend": "^2.1.3",
Expand All @@ -101,8 +101,5 @@
"which": "^2.0.2",
"winston": "^3.2.1",
"yargs": "^15.3.1"
},
"go-ipfs": {
"version": "v0.5.0"
}
}

0 comments on commit e18e1e7

Please sign in to comment.