Skip to content

Commit

Permalink
Bumped Node.js min version to 6.* as 4.* reached eol
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroeder committed Jun 30, 2018
1 parent fe064cc commit 096070b
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 @@ -3,7 +3,6 @@ node_js:
- "node"
- "8"
- "6"
- "4"
before_install:
- yarn global add grunt-cli
- yarn global add karma-cli
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"license": "MPL-2.0",
"engine": {
"node": ">=4"
"node": ">=6"
},
"scripts": {
"test": "grunt test-node"
Expand Down

0 comments on commit 096070b

Please sign in to comment.