Comparing version 6.0.0 to 6.1.0
{ | ||
"name": "sleep", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"main": "index.js", | ||
@@ -24,3 +24,3 @@ "description": "Add sleep() and usleep() to nodejs", | ||
"dependencies": { | ||
"nan": "^2.12.1" | ||
"nan": "^2.13.2" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -12,2 +12,4 @@ [![Build Status](https://travis-ci.org/erikdubbelboer/node-sleep.png?branch=master)](https://travis-ci.org/erikdubbelboer/node-sleep) | ||
Note that because this is a C++ module, it will need to be built on the system you are going to use it on. | ||
These calls will block execution of all JavaScript by halting Node.js' event loop! | ||
@@ -14,0 +16,0 @@ ================================================================================== |
Sorry, the diff of this file is not supported yet
9671
49
Updatednan@^2.13.2