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

Bower versions #9

Closed
leeroybrun opened this issue Mar 19, 2014 · 1 comment
Closed

Bower versions #9

leeroybrun opened this issue Mar 19, 2014 · 1 comment

Comments

@leeroybrun
Copy link

Hello,

You should add tags to the github repository, this way we can ask for a specific version with bower.

https://github.com/bower/bower#registering-packages

For example, if I put this in my bower.json file :

{
  ...
  "dependencies": {
    ...
    "angular-dropdowns": "0.1.0",
    ...
  }
}

And then run bower install, it shows me the following error :

bower angular-dropdowns#0.1.0       not-cached git://github.com/jseppi/angular-dropdowns.git#0.1.0
bower angular-dropdowns#0.1.0          resolve git://github.com/jseppi/angular-dropdowns.git#0.1.0
bower angular-dropdowns#0.1.0     ENORESTARGET No tag found that was able to satisfy 0.1.0

Thanks.

@jseppi
Copy link
Owner

jseppi commented Mar 19, 2014

Whoops, done!

@jseppi jseppi closed this as completed Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants