Merge pull request #5909 from joeybaker/patch-1

NPM install latest made more effecient
This commit is contained in:
Michael DeHaan 2014-03-16 12:25:51 -05:00
commit af7c252ba4

View file

@ -216,7 +216,6 @@ def main():
if len(missing) or len(outdated):
changed = True
npm.install()
npm.update()
else: #absent
installed, missing = npm.list()
if name in installed: