Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 1.08 KB

File metadata and controls

45 lines (30 loc) · 1.08 KB

History

0.5.0

  • Add extra package.json mutations for ../ARCHETYPE-dev scenario.
  • Update Travis to Nodes 4, 6, 8. And use yarn.
  • Upgrade all dependencies.

0.4.1

0.4.0

  • Add support for ../ARCHETYPE-dev fallback directory if ./dev directory does not exists.
  • Breaking Change: Do not generate ./dev directory on a new project if it does not exist. Either a ../ARCHETYPE-dev or ./dev directory must already exist before running builder-support gen-dev.

0.3.0

  • Persist peerDependencies in dev/package.json.

0.2.0

  • Add .npmrc to list of files copied. All files besides package.json are now optional to exist in archetype root.
  • All file i/o is now asynchronous.
  • Add unit tests.

0.1.0

  • Allow empty dev/* directory and no dependencies field in dev/package.json. ( @zachhale )

0.0.1

  • Add gen-dev action.
  • Initial release.