promise-polyfill
Advanced tools
Comparing version 7.1.0 to 7.1.1
# Changelog | ||
### 7.1.0 | ||
* Added Promise.prototype.finally | ||
### 7.0.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "promise-polyfill", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Lightweight promise polyfill. A+ compliant", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git" | ||
"url": "https://github.com/taylorhakes/promise-polyfill.git" | ||
}, | ||
@@ -33,0 +33,0 @@ "author": "Taylor Hakes", |
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
46747