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

Commit 662c3ab

Browse files
committed
fix: more stuff
1 parent 0a3c152 commit 662c3ab

File tree

5 files changed

+2
-90
lines changed

5 files changed

+2
-90
lines changed

.travis.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

appveyor.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

circle.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"stream-http": "hugomrdias/stream-http#develop",
7070
"stream-to-pull-stream": "^1.7.2",
7171
"streamifier": "~0.1.1",
72-
"tar-stream": "^1.6.2",
72+
"tar-stream": "hugomrdias/tar-stream#chore/update-bl",
7373
"through2": "^3.0.0"
7474
},
7575
"engines": {
@@ -90,7 +90,7 @@
9090
"eslint-plugin-react": "^7.11.1",
9191
"go-ipfs-dep": "~0.4.18",
9292
"gulp": "^3.9.1",
93-
"interface-ipfs-core": "~0.94.0",
93+
"interface-ipfs-core": "ipfs/interface-ipfs-core#fix/bundle-size",
9494
"ipfsd-ctl": "~0.40.0",
9595
"nock": "^10.0.2",
9696
"pull-stream": "^3.6.9",

test/util.spec.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ describe('.util', () => {
4343
})
4444
})
4545

46-
describe('.crypto', () => {
47-
it('should contain the crypto primitives object', function () {
48-
const cripto = ipfs.util.crypto
49-
50-
expect(cripto).to.exist()
51-
})
52-
})
53-
5446
describe('.isIPFS', () => {
5547
it('should contain the isIPFS utilities object', function () {
5648
const isIPFS = ipfs.util.isIPFS

0 commit comments

Comments
 (0)