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

Commit

Permalink
fix: clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 22, 2016
1 parent b1b5f0c commit a3bee40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
13 changes: 2 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@
"devDependencies": {
"aegir": "^2.1.1",
"block-stream2": "^1.1.0",
"brfs": "^1.4.3",
"bs58": "^3.0.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"fs-blob-store": "^5.2.1",
"highland": "^2.7.4",
"idb-plus-blob-store": "^1.0.0",
"ipfs-repo": "^0.6.1",
"mocha": "^2.3.4",
"ncp": "^2.0.0",
"pre-commit": "^1.1.2",
"raw-loader": "^0.5.1",
Expand All @@ -60,6 +57,7 @@
"ipfs-blocks": "^0.2.0",
"ipfs-merkle-dag": "^0.4.0",
"ipfs-unixfs": "^0.1.0",
"readable-stream": "2.0.6",
"through2": "^2.0.0"
},
"contributors": [
Expand All @@ -69,12 +67,5 @@
"dignifiedquire <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"nginnever <[email protected]>"
],
"aegir": {
"webpack": {
"node": {
"stream": true
}
}
}
]
}
13 changes: 2 additions & 11 deletions test/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,8 @@ describe('IPFS data importing tests on the Browser', function () {
})

// create the repo constant to be used in the import a small buffer test
const options = {
stores: {
keys: store,
config: store,
datastore: store,
logs: store,
locks: store,
version: store
}
}
const repo = new IPFSRepo('ipfs', options)
const repo = new IPFSRepo('ipfs', {stores: store})

require('./test-exporter')(repo)
require('./test-importer')(repo)
require('./test-fixed-size-chunker')
Expand Down

0 comments on commit a3bee40

Please sign in to comment.