jozefizso / generator-license

Yeoman Generator - License
MIT License
59 stars 20 forks source link

fix(app): Use mem-fs to check package.json exists. #18

Closed hutson closed 8 years ago

hutson commented 8 years ago

Existing code used the fs module to check that the package.json file existed before writing to it.

However, for compositing, the check must be done using the yeoman generator's mem-fs module.