From e51d09df109b71d3771ecfcb58a26521663f9f91 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Sat, 4 Jul 2015 13:56:25 -0400 Subject: [PATCH] Remove PM check from update scripts --- tasks/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.js b/tasks/install.js index 97b1f3a43..fb6eab8d9 100644 --- a/tasks/install.js +++ b/tasks/install.js @@ -82,7 +82,7 @@ module.exports = function () { } // run update scripts if semantic.json exists - if(currentConfig && manager.name === 'NPM') { + if(currentConfig) { var updateFolder = path.join(manager.root, currentConfig.base),