Skip to content

Commit

Permalink
Refactor(package): Minimum supported node v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Dec 6, 2017
1 parent baa5811 commit 8aa5de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,3 @@ node_js:
- '6'
- '5'
- '4'
- '0.12'
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"eslint": "^3.0.0"
},
"engines": {
"node": ">=0.12"
"node": ">=4.0.0"
},
"scripts": {
"test": "st=0; eslint . || st=1; node test.js || st=1; exit $st"
Expand Down

0 comments on commit 8aa5de8

Please sign in to comment.