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
In order to be able to install holder from bower, the tags of the git repo should have a semver format.
From bower docs:
When tags are available in the endpoint, you can specify a semver tag to fetch concrete versions
Right now, it's impossible to install a concrete version of bower:
$ bower install holderjs#1.7.0 - holderjs Could not find tag satisfying: holderjs#1.7.0 The tag 1.7.0 could not be found within the repository
$ bower install holderjs#v1.7 - holderjs Could not find tag satisfying: holderjs#v1.7 The tag v1.7 could not be found within the repository
The text was updated successfully, but these errors were encountered:
v1.7 has been updated with a new component.json. Let me know if you're still having issues.
component.json
Sorry, something went wrong.
No branches or pull requests
In order to be able to install holder from bower, the tags of the git repo should have a semver format.
From bower docs:
Right now, it's impossible to install a concrete version of bower:
The text was updated successfully, but these errors were encountered: