From 50d0bc7f75bcbc2ae4b18394f203b51762db0035 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 14 Sep 2011 18:10:44 -0600
Subject: [PATCH] chage the jwcrypto url to mozilla/jwcrypto now that ben has
 merged my changes upstream

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

diff --git a/package.json b/package.json
index 1a9eee6fa..a8060d0cf 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
     , "colors" : "0.5.0"
     , "sax" : "0.2.3"
     , "mimelib-noiconv" : "0.1.3"
-    , "jwcrypto": "https://github.com/lloyd/jwcrypto/tarball/ace101"
+    , "jwcrypto": "https://github.com/mozilla/jwcrypto/tarball/5d8c79"
   }
   , "scripts": {
     "postinstall": "./scripts/generate_ephemeral_keys.sh",
-- 
GitLab