Ghost/ghost/email-analytics-provider-mailgun
Daniel Lockyer bf254b9c6a Extracted Mailgun client to separate package
refs https://github.com/TryGhost/Toolbox/issues/363

- this commit pulls all code involving the Mailgun client SDK into one
  new package called `mailgun-client`
- this means we should be able to replace `mailgun-js` (deprecated) with
  `mailgun.js` (the new, official one) without editing code all over the
  place
- this also lays some groundwork for better testing of smaller
  components
2022-08-10 17:12:37 +02:00
..
lib Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
test Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00
.eslintrc.js Added empty email analytics packages 2021-02-24 21:03:29 +00:00
index.js Initial update of email analytics packages to work as external modules 2021-02-24 21:23:56 +00:00
package.json Extracted Mailgun client to separate package 2022-08-10 17:12:37 +02:00