Skip to content

Commit

Permalink
Don't support node versions below v6
Browse files Browse the repository at this point in the history
  • Loading branch information
lenovouser committed Apr 14, 2017
1 parent 7c1e457 commit dbce49b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ script: yarn test
node_js:
- "7"
- "6"
- "5"
- "4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"runkitExampleFilename": "example/runkit.js",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit dbce49b

Please sign in to comment.