Skip to content

Commit

Permalink
updated to node 8, remove stale dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoorberg committed Jun 10, 2019
1 parent b36a933 commit a6dd656
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 51 deletions.
Empty file added CHANGELOG.md
Empty file.
41 changes: 0 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,19 @@
},
"homepage": "https://github.com/transomjs/transom-smtp#readme",
"engines": {
"node": ">= 6"
"node": ">=8.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.1.1",
"mocha": "^6.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"cross-env": "^5.2.0",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "^1.3.0",
"np": "^4.0.2",
"nyc": "^13.3.0",
"shelljs": "^0.8.3",
"sinon": "^7.3.1"
"np": "^5.0.3",
"nyc": "^14.1.1",
"sinon": "^7.3.2"
},
"dependencies": {
"nodemailer": "^6.0.0"
"nodemailer": "^6.2.1"
}
}

0 comments on commit a6dd656

Please sign in to comment.