Skip to content

Commit

Permalink
chore: dropped moment and use dayjs, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Oct 10, 2019
1 parent 9576dbf commit 6426ede
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 692 deletions.
3 changes: 2 additions & 1 deletion examples/sendgrid.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const Email = require('..');
const nodemailer = require('nodemailer');
const nodemailerSendgrid = require('nodemailer-sendgrid');

const Email = require('..');

const transport = nodemailer.createTransport(
nodemailerSendgrid({
apiKey: 'your API KEY HERE'
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com)"
],
"dependencies": {
"@ladjs/i18n": "^1.2.0",
"@sindresorhus/is": "^1.0.0",
"auto-bind": "^2.1.0",
"@ladjs/i18n": "^1.2.1",
"@sindresorhus/is": "^1.2.0",
"auto-bind": "^2.1.1",
"consolidate": "^0.15.1",
"debug": "^4.1.1",
"get-paths": "^0.0.7",
"html-to-text": "^5.1.1",
"juice": "^5.2.0",
"lodash": "^4.17.15",
"nodemailer": "^6.3.0",
"nodemailer": "^6.3.1",
"pify": "^4.0.1",
"preview-email": "^1.0.1"
"preview-email": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"ava": "^2.3.0",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"ava": "^2.4.0",
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.5.0",
"cross-env": "^5.2.1",
"codecov": "^3.6.1",
"cross-env": "^6.0.3",
"ejs": "^2.7.1",
"eslint": "^6.3.0",
"eslint": "^6.5.1",
"eslint-config-xo-lass": "^1.0.3",
"eslint-plugin-node": "^10.0.0",
"fixpack": "^2.3.1",
"husky": "^3.0.5",
"lint-staged": "^9.2.5",
"husky": "^3.0.8",
"lint-staged": "^9.4.2",
"nodemailer-sendgrid": "^1.0.3",
"nyc": "^14.1.1",
"pug": "^2.0.4",
"remark-cli": "^7.0.0",
"remark-preset-github": "^0.0.16",
"xo": "^0.24.0"
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
Expand Down
Loading

0 comments on commit 6426ede

Please sign in to comment.