Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8536ee4

Browse files
committed
feat: compatible with go-ipfs 0.4.16
1 parent f3e6bf1 commit 8536ee4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Diff for: package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,21 @@
7272
"url": "https://github.com/ipfs/js-ipfs-api"
7373
},
7474
"devDependencies": {
75-
"aegir": "^14.0.0",
75+
"aegir": "^15.0.0",
7676
"browser-process-platform": "~0.1.1",
7777
"chai": "^4.1.2",
7878
"cross-env": "^5.2.0",
7979
"dirty-chai": "^2.0.1",
8080
"eslint-plugin-react": "^7.10.0",
81-
"go-ipfs-dep": "~0.4.15",
81+
"go-ipfs-dep": "~0.4.16",
8282
"gulp": "^3.9.1",
8383
"interface-ipfs-core": "~0.72.1",
84-
"ipfsd-ctl": "~0.37.5",
84+
"ipfsd-ctl": "~0.38.0",
8585
"pull-stream": "^3.6.8",
8686
"socket.io": "^2.1.1",
8787
"socket.io-client": "^2.1.1",
8888
"stream-equal": "^1.1.1"
8989
},
90-
"pre-push": [
91-
"lint",
92-
"test"
93-
],
9490
"keywords": [
9591
"ipfs"
9692
],

0 commit comments

Comments
 (0)