From a03a8dc7503dd6ff1175b7b5ddb1cbbab7ded2a3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 12 Dec 2013 12:20:15 -0800 Subject: [PATCH] temporarily use typedarray@0.0.3 (until i can debug the problem with 0.0.4) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7eed83..f387c94 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "base64-js": "~0.0.4", - "typedarray": "~0.0.4" + "typedarray": "0.0.3" }, "devDependencies": { "benchmark": "1.x", -- 2.34.1