@auxilin/email-service
Advanced tools
Comparing version 0.1.0 to 0.1.1
module.exports = { | ||
"extends": "@auxilin/eslint-config" | ||
}; |
@@ -0,0 +0,0 @@ # 0.1.0 API Reference |
@@ -0,3 +1,7 @@ | ||
## v0.1.1 (2018-10-12) | ||
* Update readme. | ||
## v0.1.0 (2018-10-12) | ||
* Initialize eslint config. |
{ | ||
"name": "@auxilin/email-service", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Auxilin", | ||
@@ -5,0 +5,0 @@ "description": "Mailgun wrapper", |
@@ -11,4 +11,4 @@ # Email service | ||
[![Watch on GitHub](https://img.shields.io/github/watchers/auxilincon/email-service.svg?style=social&label=Watch)](https://github.com/auxilincon/email-service/watchers) | ||
[![Star on GitHub](https://img.shields.io/github/stars/auxilincon/email-service.svg?style=social&label=Stars)](https://github.com/auxilincon/email-service/stargazers) | ||
[![Watch on GitHub](https://img.shields.io/github/watchers/auxilincom/email-service.svg?style=social&label=Watch)](https://github.com/auxilincom/email-service/watchers) | ||
[![Star on GitHub](https://img.shields.io/github/stars/auxilincom/email-service.svg?style=social&label=Stars)](https://github.com/auxilincom/email-service/stargazers) | ||
[![Follow](https://img.shields.io/twitter/follow/auxilin.svg?style=social&label=Follow)](https://twitter.com/auxilin) | ||
@@ -15,0 +15,0 @@ [![Tweet](https://img.shields.io/twitter/url/https/github.com/auxiliccom/email-service.svg?style=social)](https://twitter.com/intent/tweet?text=I%27m%20using%20Auxilin%20components%20to%20build%20my%20next%20product%20🚀.%20Check%20it%20out:%20https://github.com/auxiliccom/email-service) |
@@ -0,0 +0,0 @@ const path = require('path'); |
const { createConsoleLogger } = require('@auxilin/common-logger'); | ||
module.exports = createConsoleLogger({}); |
@@ -0,0 +0,0 @@ const mailgun = require('mailgun-js'); |
@@ -0,0 +0,0 @@ const { promisify } = require('util'); |
@@ -0,0 +0,0 @@ const Handlebars = require('handlebars'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17471