gruntjs / grunt-init

Generate project scaffolding from a template.
http://gruntjs.com/project-scaffolding
MIT License
193 stars 58 forks source link

Support publishConfig key in method writePackageJSON #107

Closed dploeger closed 7 years ago

dploeger commented 7 years ago

The publishConfig property for the package.json isn't supported in writePackageJSON currently. Please support it.

dploeger commented 7 years ago

Ah, this can be done by using the callback to writePackageJSON. Sorry, I've overread that option.