CEA Installer is supposed to create a custom package.json when running npmInit, instead the full contents of template/package.json is being generated instead.
Details
Seems to be a small (non breaking) regression from #77.
Looks like the simplest fix is to call initSrc first. This feels like an 🆗 solution since it would make sense to
Type of Change
Summary
CEA Installer is supposed to create a custom package.json when running
npmInit
, instead the full contents of template/package.json is being generated instead.Details
Seems to be a small (non breaking) regression from #77.
Looks like the simplest fix is to call
initSrc
first. This feels like an 🆗 solution since it would make sense to