AyumuKasuga / SocialShare

jQuery plugin for creating custom like buttons and like counters
MIT License
143 stars 44 forks source link

set main filed in package.json #16

Closed hustKiwi closed 8 years ago

hustKiwi commented 8 years ago

ref: https://docs.npmjs.com/files/package.json#main

Then, I can use require('social-share-jquery') in nodejs or es6 relative projects, it will automatically import the file which defined in main filed.

AyumuKasuga commented 8 years ago

Thank you!