Compare commits

...

3 Commits

Author SHA1 Message Date
Feross Aboukhadijeh 945083bd1d 2.1.1 2016-02-15 21:32:47 -08:00
Feross Aboukhadijeh 2054c18374 sauce labs: add microsoft edge 2016-02-15 20:54:38 -08:00
Feross Aboukhadijeh 218fd54ef0 builtin-status-codes@2 2016-02-15 20:51:06 -08:00
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ browsers:
version: 34..latest
- name: safari
version: 5..latest
- name: microsoftedge
version: 20..latest
- name: ie
version: 9..latest
- name: opera
@@ -17,4 +19,4 @@ browsers:
server: ./test/server/index.js
scripts:
- "/ie8-polyfill.js"
- "/test-polyfill.js"
- "/test-polyfill.js"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "stream-http",
"version": "2.1.0",
"version": "2.1.1",
"description": "Streaming http in the browser",
"main": "index.js",
"repository": {
@@ -27,7 +27,7 @@
"http-browserify"
],
"dependencies": {
"builtin-status-codes": "^1.0.0",
"builtin-status-codes": "^2.0.0",
"inherits": "^2.0.1",
"to-arraybuffer": "^1.0.0",
"xtend": "^4.0.0"