Thomas Pons
Thomas Pons

Reputation: 7729

Will Bower install dependencies of a component?

I was wondering if Bower will install the dependencies of the component I'm installing. Lets say I install a component which requires jQuery. Will Bower also install jQuery?

Upvotes: 1

Views: 794

Answers (1)

Sindre Sorhus
Sindre Sorhus

Reputation: 63487

Bower will install the jQuery dependency for you if the component you installed have a bower.json with jQuery defined as a dependency.

Upvotes: 4

Related Questions