Skip to content

Commit

Permalink
chore: update node minimal version compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuste committed May 14, 2017
1 parent eefce08 commit d3100f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "4.1.2"
- "6.10.0"
script: npm test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"directories": {
"test": "test"
},
"engine": "node >= 0.12.x",
"engine": "node >= 4.1.2",
"scripts": {
"test": "make test",
"prepublish": "make compile",
Expand Down

0 comments on commit d3100f5

Please sign in to comment.