UNPKG

@longnc/themartec-smtpapi

Version:

Build SendGrid X-SMTPAPI headers in nodejs. And this version for upgrade some packages to latest and fix security

11 lines (7 loc) 111 B
.PHONY: clean install test clean: @rm -rf node_modules install: clean npm install test: install npm test