Ghost/ghost/email-service
Daniel Lockyer 8a4ccff942 Updated html-validate to v8
refs https://gitlab.com/html-validate/html-validate/blob/HEAD/CHANGELOG.md#800-2023-06-04

- includes one small change as per their breaking changes list
2023-07-11 10:17:18 +02:00
..
lib Added support for nested lists to email newsletter template (#17161) 2023-07-03 11:26:16 +02:00
test Updated html-validate to v8 2023-07-11 10:17:18 +02:00
.eslintrc.js
index.js Added eslint rule for file naming convention 2023-05-09 12:34:34 -04:00
package.json Updated html-validate to v8 2023-07-11 10:17:18 +02:00
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests