Compare commits

..

No commits in common. 'a7807b4bde8da93b37fe55bfec2e6f47dd5d6f9f' and 'cf02f6ac5f0703b672dd5d6b5d89b406aa5a6e9d' have entirely different histories.

@ -1,7 +1,3 @@
## 1.0.2 (August 16, 2016)
* __Documentation:__ Updated donation text.
## 1.0.1 (August 16, 2016)
* __Documentation:__ Added note regarding the `es6-promise` polyfill.

@ -14,9 +14,9 @@ __This module requires ES6 Promises to be available in your environment.__ If yo
## Donate
Maintaining open-source projects takes a lot of time, and the more donations I receive, the more time I can dedicate to open-source. If this module is useful to you, consider [making a donation](http://cryto.net/~joepie91/donate.html)!
My income consists largely of donations for my projects. If this module is useful to you, consider [making a donation](http://cryto.net/~joepie91/donate.html)!
You can donate using Bitcoin, PayPal, Flattr, cash-in-mail, SEPA transfers, and pretty much anything else. Thank you!
You can donate using Bitcoin, PayPal, Flattr, cash-in-mail, SEPA transfers, and pretty much anything else.
## Contributing

@ -1,6 +1,6 @@
{
"name": "es6-promise-try",
"version": "1.0.2",
"version": "1.0.1",
"description": "Promise.try shim for ES6 Promises",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save