From fca82cdf56c29d3bd6beb5c9d04d32f4c18ccca6 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Thu, 16 Jul 2015 23:54:13 +0500 Subject: [PATCH] Add pinkie-promise ES6 Promise ponyfill --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b3ddd2a..6bb06f6 100644 --- a/readme.md +++ b/readme.md @@ -524,6 +524,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - JavaScript - [object-assign](https://github.com/sindresorhus/object-assign) - ES6 `Object.assign()` ponyfill. - [harmony-reflect](https://github.com/tvcutsem/harmony-reflect) - ES6 `Reflect` and `Proxy` polyfill. + - [pinkie-promise](https://github.com/floatdrop/pinkie-promise) - ES6 `Promise` ponyfill. - [es6-shim](https://github.com/paulmillr/es6-shim) - Collection of ES6 polyfills. - More ES6 polyfills at [es6-tools](https://github.com/addyosmani/es6-tools#polyfills).