From 24a99c97f6a498809e5cbf9fe44b322d009ccecd Mon Sep 17 00:00:00 2001 From: Zak Johnson Date: Tue, 3 Nov 2015 20:36:15 -0800 Subject: [PATCH] Upgrade sleep This replaces the patch in #16, and works for me on El Capitan with nodejs 4.x+. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 067ac21..6e55a4e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "aws-sdk": "2.0.x", "minimist": "1.1.x", - "sleep": "1.1.x", + "sleep": "3.0.x", "dotenv": "0.4.x" }, "devDependencies": {