- Add extra
package.jsonmutations for../ARCHETYPE-devscenario. - Update Travis to Nodes 4, 6, 8. And use yarn.
- Upgrade all dependencies.
- Display errors to console. ( @InsidersByte )
- Add support for
../ARCHETYPE-devfallback directory if./devdirectory does not exists. - Breaking Change: Do not generate
./devdirectory on a new project if it does not exist. Either a../ARCHETYPE-devor./devdirectory must already exist before runningbuilder-support gen-dev.
- Persist
peerDependenciesindev/package.json.
- Add
.npmrcto list of files copied. All files besidespackage.jsonare now optional to exist in archetype root. - All file i/o is now asynchronous.
- Add unit tests.
- Allow empty
dev/*directory and nodependenciesfield indev/package.json. ( @zachhale )
- Add
gen-devaction. - Initial release.