summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorElmer Thomas <elmer@ThinkingSerious.com>2016-09-14 17:03:02 -0700
committerGitHub <noreply@github.com>2016-09-14 17:03:02 -0700
commit25623f6830e5c0f00de1e3f3db24b6f90f1781c8 (patch)
tree7abe8f3bce20bdcc0edbc9863f2847509195b7f6 /index.js
parent77e49732bc8912e8b2b66a182d38794ce672c03d (diff)
parent9b4b22c4995d13420f25a2d4250602f722bdd10d (diff)
downloadsendgrid-nodejs-25623f6830e5c0f00de1e3f3db24b6f90f1781c8.zip
sendgrid-nodejs-25623f6830e5c0f00de1e3f3db24b6f90f1781c8.tar.gz
sendgrid-nodejs-25623f6830e5c0f00de1e3f3db24b6f90f1781c8.tar.bz2
Merge pull request #278 from fullcube/tkp/contact-importer
Tkp/contact importer
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 4473136..1b49a0d 100644
--- a/index.js
+++ b/index.js
@@ -1,2 +1,3 @@
exports = module.exports = require('./lib/sendgrid');
exports.mail = require('./lib/helpers/mail/mail.js');
+exports.importer = require('./lib/helpers/contact-importer/contact-importer.js');