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

Commit 56a46d8

Browse files
committed
fix: more stuff
1 parent 72789bd commit 56a46d8

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": {

test/util.spec.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ describe('.util', () => {
4646
})
4747
})
4848

49-
describe('.crypto', () => {
50-
it('should contain the crypto primitives object', function () {
51-
const cripto = ipfs.util.crypto
52-
53-
expect(cripto).to.exist()
54-
})
55-
})
56-
5749
describe('.isIPFS', () => {
5850
it('should contain the isIPFS utilities object', function () {
5951
const isIPFS = ipfs.util.isIPFS

0 commit comments

Comments
 (0)