hugojing

Results 3 issues of hugojing

`yeoman-generator` is dependent on this package. When I written this code in **debugging environment**: ```js writing: function () { this.fs.copy( this.templatePath('*'), this.destinationPath('*') ); this.fs.copy( this.templatePath('.babelrc'), this.destinationPath('.babelrc') ); this.fs.copy( this.templatePath('.npmrc'), this.destinationPath('.npmrc')...