-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
Allow jQuery 3.x #10
Comments
Same here 👍 |
This issue has not been fixed on bower public registry. I've just installed the component and I have this statement :
|
Any chance this could be fixed on Thanks! |
The workaround is to reference commit id instead of version number in bower. Like this: |
I've made a new pull request updating to a new version in order to properly include the most recent commit that removes the jQuery 3 dependency. This will fix an issue when the library is incorporated into a Rails gem, and the jQuery 3 dependency change isn't included on https://rails-assets.org/#/components/toastr |
As far as I can tell. Toastr is working fine with jQuery 3.x.
Could you please update the bower.json file to allow jQuery version 3 as a dependency?
The text was updated successfully, but these errors were encountered: