Skip to content
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

Using 3.1.0 #64

Closed
robinflyhigh opened this issue Jun 24, 2014 · 3 comments
Closed

Using 3.1.0 #64

robinflyhigh opened this issue Jun 24, 2014 · 3 comments
Assignees
Labels
Milestone

Comments

@robinflyhigh
Copy link

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 Waxolunist added the bug label Jun 24, 2014
@Waxolunist Waxolunist added this to the v0.3.3 (current development) milestone Jun 24, 2014
@Waxolunist Waxolunist self-assigned this Jun 24, 2014
@Waxolunist
Copy link
Owner

I am sorry. I thought I have defined the version as ~3.1.0. Can you override the version?

@robinflyhigh
Copy link
Author

@Waxolunist add a pull request.

Cheers !!

@Waxolunist
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants