Browse Source

Remove PM check from update scripts

pull/2536/head
Jack Lukic 9 years ago
parent
commit
e51d09df10
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/install.js

2
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),

Loading…
Cancel
Save