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

--save-exact does not store github shorthands #1925

Closed
unilynx opened this issue Sep 20, 2015 · 1 comment
Closed

--save-exact does not store github shorthands #1925

unilynx opened this issue Sep 20, 2015 · 1 comment

Comments

@unilynx
Copy link

unilynx commented Sep 20, 2015

bower install --save --save-exact WebHare/designfiles

creates this dependency:

  "dependencies": {
    "designfiles": "1.2037.0"
  }

It should be

  "dependencies": {
    "designfiles": "WebHare/designfiles#1.2037.0"
  }

Just using bower install --save WebHare/designfiles creates the right dependency

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

No branches or pull requests

2 participants