fex-team / fis-command-install

fis install command.
MIT License
4 stars 11 forks source link

Update install.js #4

Closed angular-moon closed 9 years ago

angular-moon commented 9 years ago

var config = settings.config; 修改为: var config = settings.config || {};

错误帮助提示: .option('--save', 'save component(s) dependencies into components.json file.') 修改为: .option('--save', 'save component(s) dependencies into component.json file.')

2betop commented 9 years ago

感谢,到公司后发版本!