Browse Source

#3514: the fix for issue: 'The checking for semantic.json always fails when npm dependent package uses Semantic UI'.

pull/3515/head
田杰 9 years ago
parent
commit
0800482ec9
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/config/project/install.js

2
tasks/config/project/install.js

@ -31,7 +31,7 @@ var when = {
// install
hasConfig: function() {
return requireDotFile('semantic.json');
return requireDotFile('semantic.json', process.cwd());
},
allowOverwrite: function(questions) {

Loading…
Cancel
Save