Skip to content

Commit

Permalink
Revert changes to install task
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 6, 2015
1 parent 8d4b0f2 commit 0291b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.js
Expand Up @@ -82,7 +82,7 @@ module.exports = function () {
}

// run update scripts if semantic.json exists
if(currentConfig) {
if(currentConfig && manager.name === 'NPM') {

var
updateFolder = path.join(manager.root, currentConfig.base),
Expand Down

0 comments on commit 0291b5d

Please sign in to comment.