From fc91fd39d79302ec9ff27f2077af619ded20ff2a Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Sun, 26 Jan 2014 16:10:27 -0500 Subject: [PATCH] update to has-cors 1.0.3 Fixes graceful fallback if XMLHttp request is disabled in IE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c01054f..184f27b7 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "dependencies": { "global": "https://github.com/component/global/archive/v2.0.1.tar.gz", - "has-cors": "https://github.com/component/has-cors/archive/v1.0.2.tar.gz", + "has-cors": "1.0.3", "ws": "0.4.31", "xmlhttprequest": "https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz", "emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",