From 589d9166104d148a4f583dc0d595b0b6ccea0c45 Mon Sep 17 00:00:00 2001 From: Matthew Andrews Date: Mon, 26 Jan 2015 18:28:45 +0000 Subject: [PATCH] Switch to my IE9 CORs enabled branch of fetch --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6099530..495100a 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,6 @@ "name": "isomorphic-fetch", "main": ["client.js"], "dependencies": { - "fetch": "^0.7.0" + "fetch": "matthew-andrews/fetch#ie9" } } diff --git a/package.json b/package.json index 4190846..4bdef1e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/matthew-andrews/node-fetch", "dependencies": { - "whatwg-fetch": "^0.7.0", + "whatwg-fetch": "matthew-andrews/fetch#ie9", "xmlhttprequest": "matthew-andrews/node-XMLHttpRequest" }, "devDependencies": {