Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 418 Bytes

bower.md

File metadata and controls

25 lines (17 loc) · 418 Bytes

Bower

Summary available in package-managers-compared.md

bower search {{keyword}}
bower install {{package name}} --save
bower install {{package name}} --save--dev

Open bower.json file and set a hard version (until bower gets a shrinkwrap / lock file)

@TODO - try this instead of manual version change:

bower install {{package name}} --save--exact

Create package

bower init