From 4d00abce0921b460572ec29b92243512395c9bda Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 24 Mar 2014 17:40:03 +0100 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ad90e2..ae41bab 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ "dependencies": { "amdefine": ">=0.0.8", "setimmediate": ">=1.0.1", - "utf7": "https://github.com/whiteout-io/utf7/tarball/amd", - "xoauth2": "https://github.com/whiteout-io/xoauth2/tarball/amd", - "mimelib": "https://github.com/whiteout-io/mimelib/tarball/amd", - "node-shims": "https://github.com/whiteout-io/node-shims/tarball/master" + "utf7": "https://github.com/whiteout-io/utf7/tarball/v2.0.0", + "xoauth2": "https://github.com/whiteout-io/xoauth2/tarball/v0.2.0", + "mimelib": "https://github.com/whiteout-io/mimelib/tarball/v0.3.0", + "node-shims": "https://github.com/whiteout-io/node-shims/tarball/v0.1.1" }, "devDependencies": { "nodeunit": "*" @@ -26,4 +26,4 @@ "url": "https://github.com/andris9/inbox" }, "license": "MIT" -} \ No newline at end of file +}