How do you get the latest version/master of a package in bower?

57 Views Asked by At

I had the problem with backbone-forms, where I needed to draw from master branch (because of a fix that was not yet tagged). I was trying all kinds of combinations.

{ 'backbone-forms': ? }

1

There are 1 best solutions below

0
On BEST ANSWER

All you have to do is say:

``` { 'package-name': 'master' }