darsain / tooltip

JavaScript Tooltip component.
http://darsa.in/tooltip
190 stars 15 forks source link

Publish to NPM? #6

Closed mtford90 closed 9 years ago

mtford90 commented 9 years ago

Great work, would be insanely helpful if this was on NPM. Not everybody uses components.

darsain commented 9 years ago

Tooltip is a component that depends on other components. It wouldn't work in node. I'd have to pre-build it (bad idea), obfuscate the built version (bad idea), and export that.