From 77843314684367107b9b1305e978017fd098dc4e Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sat, 1 Oct 2011 06:58:24 -0700 Subject: [PATCH] updated jwcrypto to use optimized libraries --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0062a7bc6..e3b916cf6 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/mozilla/jwcrypto/tarball/7504350" + , "jwcrypto": "https://github.com/mozilla/jwcrypto/tarball/83aa543" } , "scripts": { "postinstall": "./scripts/generate_ephemeral_keys.sh", -- GitLab