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

Commit ce3f028

Browse files
committed
chore: upgraded interface-ipfs-core
1 parent 7fcde72 commit ce3f028

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-react": "^7.10.0",
8181
"go-ipfs-dep": "~0.4.17",
8282
"gulp": "^3.9.1",
83-
"interface-ipfs-core": "~0.75.1",
83+
"interface-ipfs-core": "~0.80.0",
8484
"ipfsd-ctl": "~0.39.0",
8585
"pull-stream": "^3.6.8",
8686
"socket.io": "^2.1.1",

test/interface.spec.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ describe('interface-ipfs-core tests', () => {
178178
]
179179
})
180180

181-
/*
182-
TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
181+
// TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
183182
tests.namePubsub(CommonFactory.create({
184183
spawnOptions: {
185184
args: ['--enable-namesys-pubsub'],
@@ -199,7 +198,6 @@ describe('interface-ipfs-core tests', () => {
199198
}
200199
]
201200
})
202-
*/
203201

204202
tests.object(defaultCommonFactory)
205203

0 commit comments

Comments
 (0)