node-powertools
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -72,3 +72,3 @@ (function (root, factory) { | ||
return new Promise(function(resolve, reject) { | ||
setInterval(function() { | ||
setTimeout(function() { | ||
resolve(); | ||
@@ -75,0 +75,0 @@ }, ms || 1); |
{ | ||
"name": "node-powertools", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Powerful assistive functions for Node and Browser environments.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -72,3 +72,3 @@ (function (root, factory) { | ||
return new Promise(function(resolve, reject) { | ||
setInterval(function() { | ||
setTimeout(function() { | ||
resolve(); | ||
@@ -75,0 +75,0 @@ }, ms || 1); |
36300