browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
637 stars 96 forks source link

package.js with dot js at end global object wrong naming #154

Open galeksandrp opened 7 years ago

galeksandrp commented 7 years ago

While, for example for highlight.js it should be highlightJs = {actual: Functions} it is highlight = {js: {actual: Functions}}, which can cause problems when highlight package is also requested.

Appendind Js is fine since

New packages must not have uppercase letters in the name. https://docs.npmjs.com/files/package.json#name

OmgImAlexis commented 6 years ago

Just found the same issue with timeago.js.