We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
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
The text was updated successfully, but these errors were encountered:
Sounds good, would be good if you submit a pull request
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: