es6-promise
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -6,3 +6,3 @@ /*! | ||
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE | ||
* @version v4.2.0+b87f2403 | ||
* @version v4.2.1+356bbcc1 | ||
*/ | ||
@@ -9,0 +9,0 @@ |
@@ -6,3 +6,3 @@ /*! | ||
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE | ||
* @version v4.2.0+b87f2403 | ||
* @version v4.2.1+356bbcc1 | ||
*/ | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "es6-promise", | ||
"namespace": "es6-promise", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "A lightweight library that provides tools for organizing asynchronous code", | ||
@@ -6,0 +6,0 @@ "main": "dist/es6-promise.js", |
@@ -34,2 +34,8 @@ # ES6-Promise (subset of [rsvp.js](https://github.com/tildeio/rsvp.js)) [![Build Status](https://travis-ci.org/stefanpenner/es6-promise.svg?branch=master)](https://travis-ci.org/stefanpenner/es6-promise) | ||
```sh | ||
yarn add es6-promise | ||
``` | ||
or | ||
```sh | ||
npm install es6-promise | ||
@@ -44,11 +50,3 @@ ``` | ||
## Bower | ||
To install: | ||
```sh | ||
bower install es6-promise --save | ||
``` | ||
## Usage in IE<9 | ||
@@ -55,0 +53,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
318887
98