From 96088b04a38ad8e30e4bf49566f69199dba9c684 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 25 Feb 2014 20:07:29 +0100 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff22afc..04c4347 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "dependencies": { "crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master", - "imap-client": "https://github.com/whiteout-io/imap-client/tarball/dev/offline-bug", + "imap-client": "https://github.com/whiteout-io/imap-client/tarball/master", "mailreader": "https://github.com/whiteout-io/mailreader/tarball/master", - "pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/dev/pgpbuilder", + "pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/master", "pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/master", "requirejs": "2.1.10" }, @@ -35,4 +35,4 @@ "grunt-contrib-copy": "~0.4.1", "grunt-contrib-compress": "~0.5.2" } -} \ No newline at end of file +}