From 15592a260c54edc83e4af8ea8a88ff99f7778ef5 Mon Sep 17 00:00:00 2001
From: Wei Lu <luwei.here@gmail.com>
Date: Thu, 20 Mar 2014 17:30:32 +0800
Subject: [PATCH] lock down secure-random version

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 813951c..2aee6f3 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,6 @@
   },
   "dependencies": {
     "crypto-js": "3.1.2-2",
-    "secure-random": "^0.2.0"
+    "secure-random": "0.2.0"
   }
 }