Package Exports
- npm-email-templates/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-email-templates) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
npm-email-templates
shared templates for transactional npm emails.
adding html-email templates for Eloqua integration; css could be cleaned up/consolidated.
Release Process
npm-email-templates uses standard-verison. To create a new release:
- use the angular commit format.
- merge your pull requests onto master.
- run
npm run release, when you're ready to publish a new version, this:
- manages your semantic versioning.
- updates your CHANGELOG for you.