summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorAdam Buczynski <adambuczynski@gmail.com>2016-07-27 12:54:31 +1200
committerAdam Buczynski <adambuczynski@gmail.com>2016-07-27 12:54:31 +1200
commitbc6295358f4424e343ed9377cc7f0ffdb17dc98c (patch)
treeeedc3c853fa30dcbd376cef0d2dafc43cae3c39e /index.js
parentd051d8f055631619f51719648f7e6e29005623fd (diff)
parentea4e9fd24a7cd715f24027cc34f588cc64597682 (diff)
downloadsendgrid-nodejs-bc6295358f4424e343ed9377cc7f0ffdb17dc98c.zip
sendgrid-nodejs-bc6295358f4424e343ed9377cc7f0ffdb17dc98c.tar.gz
sendgrid-nodejs-bc6295358f4424e343ed9377cc7f0ffdb17dc98c.tar.bz2
Merge branch 'callback-function-signature' into eslint
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index b3feaca..4473136 100644
--- a/index.js
+++ b/index.js
@@ -1,2 +1,2 @@
-exports = module.exports = require("./lib/sendgrid");
-exports.mail = require("./lib/helpers/mail/mail.js") \ No newline at end of file
+exports = module.exports = require('./lib/sendgrid');
+exports.mail = require('./lib/helpers/mail/mail.js');