From e362583abdf4f1ebd3bb44683a9aaf678b2456db Mon Sep 17 00:00:00 2001 From: xiaclo Date: Mon, 4 May 2015 14:08:39 +1000 Subject: [PATCH] Allow NPM to update packages --- packaging/language/npm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/language/npm.py b/packaging/language/npm.py index 8407589116a..6f3767988e1 100644 --- a/packaging/language/npm.py +++ b/packaging/language/npm.py @@ -250,7 +250,7 @@ def main(): outdated = npm.list_outdated() if len(missing) or len(outdated): changed = True - npm.install() + npm.update() else: #absent installed, missing = npm.list() if name in installed: