From 17c7fa70e03570019b1aba10ed2fba241af8de66 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 12 May 2014 14:53:51 +0200 Subject: [PATCH] Use tagged deps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2f0dda2..e14de62 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/v0.1.1", - "imap-client": "https://github.com/whiteout-io/imap-client/tarball/dev/WO-286", - "mailreader": "https://github.com/whiteout-io/mailreader/tarball/dev/wo-286", - "pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/dev/wo-286", - "pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/dev/wo-286", + "imap-client": "https://github.com/whiteout-io/imap-client/tarball/v0.3.0", + "mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.0", + "pgpmailer": "https://github.com/whiteout-io/pgpmailer/tarball/v0.3.0", + "pgpbuilder": "https://github.com/whiteout-io/pgpbuilder/tarball/v0.3.0", "requirejs": "2.1.10" }, "devDependencies": { @@ -36,4 +36,4 @@ "grunt-contrib-compress": "~0.5.2", "grunt-node-webkit-builder": "~0.1.17" } -} +} \ No newline at end of file