Skip to content

Commit 7c4f330

Browse files
committed
fix: move 'stream-http' to devDependencies
1 parent 1ca889d commit 7c4f330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
"thunk-mocha": "^1.0.3",
8787
"timemachine": "^0.3.0",
8888
"uglify-js": "^2.8.29",
89-
"watchify": "^3.9.0"
89+
"watchify": "^3.9.0",
90+
"stream-http": "^2.8.0"
9091
},
9192
"dependencies": {
9293
"address": "^1.0.0",
@@ -110,7 +111,6 @@
110111
"sdk-base": "^2.0.1",
111112
"urllib": "^2.17.1",
112113
"utility": "^1.8.0",
113-
"xml2js": "^0.4.16",
114-
"stream-http": "https://github.com/jhiesey/stream-http.git#16c1baf1781bd345083adc84bdad5012b6450e57"
114+
"xml2js": "^0.4.16"
115115
}
116116
}

0 commit comments

Comments
 (0)