Merge pull request #387 from jefersondaniel/patch-1

Fixes #335
This commit is contained in:
Brian Coca 2015-04-13 08:20:18 -04:00
commit bb39b82d57

View file

@ -108,7 +108,7 @@ class Bower(object):
return ''
def list(self):
cmd = ['list', '--json']
cmd = ['list', '--json', '--config.interactive=false', '--allow-root']
installed = list()
missing = list()