Skip to content

Commit 24a99c9

Browse files
committed
Upgrade sleep
This replaces the patch in yegor256#16, and works for me on El Capitan with nodejs 4.x+.
1 parent 6e0a16c commit 24a99c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"aws-sdk": "2.0.x",
1010
"minimist": "1.1.x",
11-
"sleep": "1.1.x",
11+
"sleep": "3.0.x",
1212
"dotenv": "0.4.x"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)