ded / domready

lets you know when the dom is ready
MIT License
874 stars 129 forks source link

Added Bower support #51

Closed robinnorth closed 6 years ago

robinnorth commented 7 years ago

I've added a bower.json package manifest so that the library can be registered and used with Bower. This improves the ease of use of the library with module bundlers like Browserify that can be configured to prefer installed Bower packages over node_modules.