promise-delay
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,5 @@ | ||
require('polyfill-promise') | ||
try { | ||
// optional dependency on polyfill-promise | ||
global.Promise = global.Promise || require('polyfill-promise') | ||
} finally {} | ||
@@ -3,0 +6,0 @@ function promiseDelay (delay, val) { |
{ | ||
"name": "promise-delay", | ||
"author": "jden <jason@denizac.org>", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "like Promise.cast with a delay in milliseconds", | ||
"keywords": ["promise", "timeout", "delay"], | ||
"keywords": [ | ||
"promise", | ||
"timeout", | ||
"delay" | ||
], | ||
"main": "index.js", | ||
@@ -14,2 +18,5 @@ "scripts": { | ||
"readmeFilename": "README.md", | ||
"optionalDependencies": { | ||
"polyfill-promise": "~4.0.1" | ||
}, | ||
"devDependencies": { | ||
@@ -16,0 +23,0 @@ "mochi": "0.3.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2765
33
1