[CLOSED] Using 3.1.0
Waxolunist opened this issue · 3 comments
Waxolunist commented
Issue by robinflyhigh
Tuesday Jun 24, 2014 at 14:45 GMT
Originally opened as Waxolunist/bootstrap3-wysihtml5-bower#64
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?
Waxolunist commented
Comment by Waxolunist
Tuesday Jun 24, 2014 at 19:34 GMT
I am sorry. I thought I have defined the version as ~3.1.0
. Can you override the version?
Waxolunist commented
Waxolunist commented
Comment by Waxolunist
Wednesday Jun 25, 2014 at 10:16 GMT
In the meantime you can override the dependency by using following in your 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.