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

Commit 0c80496

Browse files
committed
new badass importer
1 parent 59cf00b commit 0c80496

File tree

8 files changed

+607
-538
lines changed

8 files changed

+607
-538
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
.DS_Store
3-
tests/repo-tests*
2+
test/repo-tests*
43

54
# Logs
65
logs
@@ -31,4 +30,4 @@ build/Release
3130
node_modules
3231

3332
dist
34-
lib
33+
lib

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@
4949
"pre-commit": "^1.1.2",
5050
"raw-loader": "^0.5.1",
5151
"rimraf": "^2.5.1",
52+
"streamifier": "^0.1.1",
5253
"string-to-stream": "^1.0.1"
5354
},
5455
"dependencies": {
5556
"async": "^1.5.2",
5657
"block-stream2": "^1.1.0",
5758
"debug": "^2.2.0",
59+
"eventemitter2": "^1.0.0",
5860
"ipfs-blocks": "^0.2.0",
5961
"ipfs-merkle-dag": "^0.4.0",
6062
"ipfs-unixfs": "^0.1.0",
@@ -68,4 +70,4 @@
6870
"greenkeeperio-bot <[email protected]>",
6971
"nginnever <[email protected]>"
7072
]
71-
}
73+
}

0 commit comments

Comments
 (0)