devwannabe
devwannabe

Reputation: 3210

Installing an internal library via bower

We have an internal library that can be installed via bower install git link. How do I add the git link inside the bower.json file so that when I run bower install, it will install it too?

Upvotes: 1

Views: 45

Answers (1)

devwannabe
devwannabe

Reputation: 3210

Didn't know it was easy. I just reinstalled it with --save and it updated my bower.json file. Now I know how it looks like inside the bower.json file.

Upvotes: 1

Related Questions