universal-promise
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "universal-promise", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Promise implementation that works in browsers, node, and react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,1 @@ | ||
module.exports = require('promise/setimmediate/es6-extensions') | ||
module.exports = global.Promise |
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
1847