Skip to content

Commit

Permalink
Merge pull request #125 from gdoumenc/develop
Browse files Browse the repository at this point in the history
Update npm.py
  • Loading branch information
Fizzadar authored Nov 28, 2017
2 parents 8a65fb4 + 396abf3 commit 1b4d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra/facts/npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def command(self, directory=None):
return 'npm list -g --depth=0'

def process(self, output):
parse_packages(NPM_REGEX, output)
return parse_packages(NPM_REGEX, output)

0 comments on commit 1b4d753

Please sign in to comment.