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

Commit a3bee40

Browse files
fix: clean up dependencies
freeze [email protected] until webpack/webpack#2342 is fixed
1 parent b1b5f0c commit a3bee40

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

package.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@
3636
"devDependencies": {
3737
"aegir": "^2.1.1",
3838
"block-stream2": "^1.1.0",
39-
"brfs": "^1.4.3",
4039
"bs58": "^3.0.0",
4140
"buffer-loader": "0.0.1",
4241
"chai": "^3.5.0",
4342
"fs-blob-store": "^5.2.1",
44-
"highland": "^2.7.4",
4543
"idb-plus-blob-store": "^1.0.0",
4644
"ipfs-repo": "^0.6.1",
47-
"mocha": "^2.3.4",
4845
"ncp": "^2.0.0",
4946
"pre-commit": "^1.1.2",
5047
"raw-loader": "^0.5.1",
@@ -60,6 +57,7 @@
6057
"ipfs-blocks": "^0.2.0",
6158
"ipfs-merkle-dag": "^0.4.0",
6259
"ipfs-unixfs": "^0.1.0",
60+
"readable-stream": "2.0.6",
6361
"through2": "^2.0.0"
6462
},
6563
"contributors": [
@@ -69,12 +67,5 @@
6967
"dignifiedquire <[email protected]>",
7068
"greenkeeperio-bot <[email protected]>",
7169
"nginnever <[email protected]>"
72-
],
73-
"aegir": {
74-
"webpack": {
75-
"node": {
76-
"stream": true
77-
}
78-
}
79-
}
70+
]
8071
}

test/browser.js

+2-11
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ describe('IPFS data importing tests on the Browser', function () {
4545
})
4646

4747
// create the repo constant to be used in the import a small buffer test
48-
const options = {
49-
stores: {
50-
keys: store,
51-
config: store,
52-
datastore: store,
53-
logs: store,
54-
locks: store,
55-
version: store
56-
}
57-
}
58-
const repo = new IPFSRepo('ipfs', options)
48+
const repo = new IPFSRepo('ipfs', {stores: store})
49+
5950
require('./test-exporter')(repo)
6051
require('./test-importer')(repo)
6152
require('./test-fixed-size-chunker')

0 commit comments

Comments
 (0)