stefanpenner / es6-promise

A polyfill for ES6-style Promises
MIT License
7.3k stars 593 forks source link

fix: fixed sorting of package.json with `fixpack`, added jsdelivr/unpkg #343

Closed niftylettuce closed 5 years ago

niftylettuce commented 5 years ago

closes #342

niftylettuce commented 5 years ago

once this PR is merged I can remove the comment here https://github.com/niftylettuce/frisbee#vanillajs

niftylettuce commented 5 years ago

also I saw that you are missing a "homepage" property in package.json - you may want to add that too!

stefanpenner commented 5 years ago

Nice thanks. I’ll release once I’m back at my laptop

niftylettuce commented 5 years ago

ping me once you release! thanks @stefanpenner

niftylettuce commented 5 years ago

or feel free to add me to npm and github, I can gladly help maintain this

stefanpenner commented 5 years ago

add homepage prop: https://github.com/stefanpenner/es6-promise/pull/344

Also, fixpack is pretty cool!

stefanpenner commented 5 years ago

or feel free to add me to npm and github, I can gladly help maintain this

Reducing buss factor is always good, do you have any specific ideas or just helping mitigate the buss factor problem that node modules often have?

stefanpenner commented 5 years ago

released as v4.2.6 🎉

niftylettuce commented 5 years ago

thank you 👍