2a07b94bd4
- when I extracted `mailgun-client` to a separate package, I accidentally removed the lazyloading for the `mailgun-js` library, which takes a non-negligible amount of time to require on boot - this fixes that by moving the require into the function where it's used |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Mailgun Client
Mailgun client for Ghost
Usage
Test
yarn lint
run just eslintyarn test
run lint and tests