ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

Require JS and Common JS support #76

Open pratikvasani opened 7 years ago

pratikvasani commented 7 years ago

Hi ,

Would you consider adding CommonJS and NPM package support for this ?

Most people now use Node package manager as the default package manager for their projects instead of bower.

CommonJS style dependency resolution by doing something like require("jquery-mentions")

is also fairly common.

If you want i have made these changes on a fork and can submit a pull request. https://github.com/pratikvasani/jquery-mentions

ivirabyan commented 7 years ago

Sounds good, would be good if you submit a pull request