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
When i installed the editor using bower by bootstrap got downgraded to 3.1.1 from 3.1.0
Any reason for using, 3.1.0, can you bump it?
The text was updated successfully, but these errors were encountered:
I am sorry. I thought I have defined the version as ~3.1.0. Can you override the version?
~3.1.0
Sorry, something went wrong.
@Waxolunist add a pull request.
Cheers !!
In the meantime you can override the dependency by using following in your bower.json:
bower.json
"dependencies": { "bootstrap3-wysihtml5-bower": "~0.3.2", "bootstrap": "~3.1.1" }, "resolutions": { "bootstrap": "~3.1.1" }
This should override the dependency of bootstrap3-wysihtml5-bower until the next release.
bootstrap3-wysihtml5-bower
Fixes #64
9f44cd5
Waxolunist
No branches or pull requests
When i installed the editor using bower by bootstrap got downgraded to 3.1.1 from 3.1.0
Any reason for using, 3.1.0, can you bump it?
The text was updated successfully, but these errors were encountered: