You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this for managing my bower includes for my project but my libraries require different versions of jquery. I want to force the version to be 1.11.1 using the resolutions section of the bower file but as it is generated by this plugin anything I put in there would be overridden.
At the moment I have to do a composer install wait for the bower section to fail then run bower install to resolve the conflict and then composer update again.
The text was updated successfully, but these errors were encountered:
In theory you should have something like jquery ^1.11 in the library and jquery 1.11.1 in the root package. If it is a third party library that advice won't help...
You should be able to modify the generated root bower.json since 40ce9a85b1c3dc0000d8d2ed7da16017c32135e9is, the plugin overrides the dependencies only and leaves everyting else intact.
If you can give me a way to reproduce the issue I can have a detailed look...
I am using this for managing my bower includes for my project but my libraries require different versions of jquery. I want to force the version to be 1.11.1 using the resolutions section of the bower file but as it is generated by this plugin anything I put in there would be overridden.
At the moment I have to do a composer install wait for the bower section to fail then run bower install to resolve the conflict and then composer update again.
The text was updated successfully, but these errors were encountered: