]> zoso.dev Git - buffer.git/commitdiff
temporarily use typedarray@0.0.3 (until i can debug the problem with 0.0.4)
authorFeross Aboukhadijeh <feross@feross.org>
Thu, 12 Dec 2013 20:20:15 +0000 (12:20 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Thu, 12 Dec 2013 20:20:15 +0000 (12:20 -0800)
package.json

index e7eed83500160268a62a2ca0a3fd5775a56a82b9..f387c94ef614b9506216677534df40bd25347f92 100644 (file)
@@ -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",