Skip to content

resolves #98 configure packages for automated publishing

  • add basic README to each package
  • populate package.json with common information about project (repo, homepage, bugs, keywords)
  • define files to package
  • add prepublish and postpublish scripts to transform README from AsciiDoc to Markdown
  • set version to 1.0.0-alpha.0 to indicate pre-release state
  • customize lerna publish command
  • drop .js extension from antora bin script
  • add changelog to project root
Edited by Dan Allen

Merge request reports