LeaVerou / awesomplete

Ultra lightweight, usable, beautiful autocomplete with zero dependencies.
http://leaverou.github.io/awesomplete/
MIT License
6.97k stars 611 forks source link

distributing awesomplete in WordPress plugin #17169

Closed pbiron closed 5 years ago

pbiron commented 5 years ago

If I distribute awesomplete in a WordPress plugin, do I need to distribute the entire package as retrieved through NPM (including what is in the test directory)? Or can I distribute what the "run-time" parts of your NPM package?

LeaVerou commented 5 years ago

The only thing you must include is the license. Apart from that, you may include whatever files are useful for your plugin and no more!

Hope this helps, and we'd love to know about your plugin when/if you're ready to share!

pbiron commented 5 years ago

The only thing you must include is the license. Apart from that, you may include whatever files are useful for your plugin and no more!

Great, thanx for the clarification.

Hope this helps, and we'd love to know about your plugin when/if you're ready to share!

The plugin is nearing release in the https://wordpress.org/plugins/ repo. When it is, I'll try to remember to return here and let you know.

LeaVerou commented 5 years ago

Thanks, looking forward to it!

If it's of interest, you can also send a PR to add a section to the website about plugins using Awesomplete and add yours first — it's long overdue :)