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

Installation with Bower installs extraneous packages #9

Closed
axelav opened this issue Nov 13, 2013 · 1 comment
Closed

Installation with Bower installs extraneous packages #9

axelav opened this issue Nov 13, 2013 · 1 comment

Comments

@axelav
Copy link

axelav commented Nov 13, 2013

Why does the installation using Bower also install these packages?

  • angular.js
  • es5-shim
  • jquery
  • json3

This overwrites the version of angular I'm already using in my project. I would assume that most users of this already have angular installed & probably jquery too...

@konsumer
Copy link

It's good for this project to track it's dependencies. In your project's bower.json, you can put this:

"resolutions": {
  "angular": "~1.2.13"
}

replace ~1.2.13 with whatever version you are using.

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

3 participants