From: Feross Aboukhadijeh Date: Thu, 12 Dec 2013 20:20:15 +0000 (-0800) Subject: temporarily use typedarray@0.0.3 (until i can debug the problem with 0.0.4) X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=a03a8dc7503dd6ff1175b7b5ddb1cbbab7ded2a3;p=buffer.git temporarily use typedarray@0.0.3 (until i can debug the problem with 0.0.4) --- 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",