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

Commit 19b50f4

Browse files
committed
fix(deps): put streamifier on the right place
1 parent 69a2670 commit 19b50f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"promisify-es6": "^1.0.1",
3535
"qs": "^6.2.1",
3636
"tar-stream": "^1.5.2",
37-
"wreck": "^9.0.0"
37+
"wreck": "^9.0.0",
38+
"streamifier": "^0.1.1"
3839
},
3940
"engines": {
4041
"node": ">=4.2.2"
@@ -54,8 +55,7 @@
5455
"socket.io": "^1.4.8",
5556
"socket.io-client": "^1.4.8",
5657
"stream-equal": "^0.1.8",
57-
"stream-http": "^2.3.1",
58-
"streamifier": "^0.1.1"
58+
"stream-http": "^2.3.1"
5959
},
6060
"pre-commit": [
6161
"lint",
@@ -100,4 +100,4 @@
100100
"url": "https://github.com/ipfs/js-ipfs-api/issues"
101101
},
102102
"homepage": "https://github.com/ipfs/js-ipfs-api"
103-
}
103+
}

0 commit comments

Comments
 (0)