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

Commit

Permalink
chore: upgraded interface-ipfs-core
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Oct 18, 2018
1 parent 572b43f commit 44c3c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"eslint-plugin-react": "^7.10.0",
"go-ipfs-dep": "~0.4.17",
"gulp": "^3.9.1",
"interface-ipfs-core": "~0.78.0",
"interface-ipfs-core": "~0.80.0",
"ipfsd-ctl": "~0.39.0",
"pull-stream": "^3.6.8",
"socket.io": "^2.1.1",
Expand Down
4 changes: 1 addition & 3 deletions test/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ describe('interface-ipfs-core tests', () => {
]
})

/*
TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
// TODO: uncomment after https://github.com/ipfs/interface-ipfs-core/pull/361 being merged and a new release
tests.namePubsub(CommonFactory.create({
spawnOptions: {
args: ['--enable-namesys-pubsub'],
Expand All @@ -204,7 +203,6 @@ describe('interface-ipfs-core tests', () => {
}
]
})
*/

tests.object(defaultCommonFactory)

Expand Down

0 comments on commit 44c3c9b

Please sign in to comment.