tabalinas / jssocials

Social Network Sharing jQuery Plugin
http://js-socials.com
MIT License
464 stars 104 forks source link

Don't use global jQuery (ES6 module support) #164

Open Cryde opened 7 years ago

Cryde commented 7 years ago

Hi,

Do you think that it could be possible to "require" jquery in your npm module ? Because when I use it in my build it said that it doesn't find "jQuery" in the global way.

Info here : http://blog.npmjs.org/post/112712169830/making-your-jquery-plugin-work-better-with-npm And the code to add: https://gist.github.com/linclark/2457d5e9d3105f759ebc

Thank you for this very good job !