promise-polyfill
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "promise-polyfill", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Lightweight promise polyfill. A+ compliant", | ||
@@ -5,0 +5,0 @@ "main": "Promise.js", |
@@ -5,5 +5,9 @@ <a href="http://promises-aplus.github.com/promises-spec"> | ||
</a> | ||
Promise [![Build Status](https://travis-ci.org/taylorhakes/promise-polyfill.png?branch=master)](https://travis-ci.org/taylorhakes/promise-polyfill) | ||
============= | ||
# Promise | ||
[![travis][travis-image]][travis-url] | ||
[travis-image]: https://img.shields.io/travis/taylorhakes/promise-polyfill.svg?style=flat | ||
[travis-url]: https://travis-ci.org/taylorhakes/promise-polyfill | ||
Lightweight ES6 Promise polyfill for the browser and node. Adheres closely to the spec. It is a perfect polyfill IE, Firefox or any other browser that does not support native promises. | ||
@@ -10,0 +14,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
13826
68