jaz303 / promise-debounce

Debounce any promise-returning function so that at any instant only one call is pending
MIT License
5 stars 1 forks source link

feat: add MIT license #1

Closed calendee closed 8 years ago

calendee commented 8 years ago

Really nice and concise way to debounce a promise. I could really use this in a project but the lack of a license restricts me. Any chance you'd be willing to add this MIT License?

Signed-off-by: Justin Noel justin.noel@calendee.com

jaz303 commented 8 years ago

Yep happy to change this, can you please update license field in package.json too?

calendee commented 8 years ago

Excellent! I've updated package.json too.