Skip to content

Commit

Permalink
Drop support for Node.js v4 (Fix request#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmannanc authored and reconbot committed Nov 22, 2018
1 parent 1befd90 commit 418623c
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
Expand Up @@ -6,7 +6,6 @@ node_js:
- 10
- 8
- 6
- 4

after_script:
- npm run test-cov
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit 418623c

Please sign in to comment.