Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Require at least Node v8
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 18, 2019
1 parent 9ff55f7 commit 73fdcc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "node"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lib"
],
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {
"body-parser": "1.19.0",
Expand Down

0 comments on commit 73fdcc1

Please sign in to comment.