Skip to content

Commit

Permalink
remove node 4 as minimum and replace with node 6, as node 4 is now EoL
Browse files Browse the repository at this point in the history
  • Loading branch information
James Criscuolo committed May 14, 2018
1 parent 41c6b23 commit 1eb3cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- npm run buildAndTest

node_js:
- "4"
- "6"
- "stable"

env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"webpack": "^3.8.1"
},
"engines": {
"node": ">=4.0"
"node": ">=6.0"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 1eb3cb6

Please sign in to comment.