From baaeca1b836ad1ed18af0e54cf85621da7719f0a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 12 Dec 2013 17:29:56 -0800 Subject: [PATCH] use typedarray@0.0.5 for bugfixes in old IE --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c9189..efb8830 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "base64-js": "~0.0.4", - "typedarray": "0.0.3" + "typedarray": "~0.0.5" }, "devDependencies": { "benchmark": "1.x", -- 2.34.1