native-or-bluebird
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,5 +6,6 @@ | ||
if (!module.exports) { | ||
console.error('Neither `bluebird` nor the native `Promise` functions were found.') | ||
console.error('The file "%s" requires `Promise`,', module.parent.filename) | ||
console.error('but neither `bluebird` nor the native `Promise` implementation were found.') | ||
console.error('Please install `bluebird` yourself.') | ||
process.exit(1) | ||
} |
{ | ||
"name": "native-or-bluebird", | ||
"description": "use either the native Promise or Bluebird", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Jonathan Ong", |
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
4584
14