From: Feross Aboukhadijeh Date: Fri, 13 Dec 2013 01:29:56 +0000 (-0800) Subject: use typedarray@0.0.5 for bugfixes in old IE X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=baaeca1b836ad1ed18af0e54cf85621da7719f0a;p=buffer.git use typedarray@0.0.5 for bugfixes in old IE --- 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",