sindresorhus / debounce

Delay function calls until a set time elapses after the last invocation
Other
798 stars 80 forks source link

Add CONTRIBUTORS and MIT LICENSE file. #28

Closed tylerhou closed 5 years ago

amalik2 commented 5 years ago

Hey @stephenmathieson, could you merge this?

stephenmathieson commented 5 years ago

Yes 😃

jayaddison commented 3 years ago

@tylerhou @stephenmathieson Do you know if this might be included in a packaged release at some point? I've noticed that the license-webpack-plugin identifies debounce as a package where the plugin can't automatically detect a license file.

stephenmathieson commented 3 years ago

I can try to cut a release today. Thanks for the reminder 👍

stephenmathieson commented 3 years ago

https://github.com/component/debounce/commit/8be734c4b5b5a58a517f2441e0d90242a4a564cd

➜  debounce git:(master) npm publish
npm notice
npm notice 📦  debounce@1.2.1
npm notice === Tarball Contents ===
npm notice 175B  CONTRIBUTORS
npm notice 1.1kB LICENSE
npm notice 166B  Makefile
npm notice 730B  test.html
npm notice 1.8kB index.js
npm notice 3.9kB test.js
npm notice 463B  component.json
npm notice 670B  package.json
npm notice 1.2kB History.md
npm notice 1.8kB Readme.md
npm notice === Tarball Details ===
npm notice name:          debounce
npm notice version:       1.2.1
npm notice package size:  4.2 kB
npm notice unpacked size: 12.0 kB
npm notice shasum:        38881d8f4166a5c5848020c11827b834bcb3e0a5
npm notice integrity:     sha512-XRRe6Glud4rd/[...]mumUjL14fofug==
npm notice total files:   10
npm notice
+ debounce@1.2.1
jayaddison commented 3 years ago

Brilliant, thanks @stephenmathieson!