Skip to content

Commit

Permalink
chore: only support node >= 6.9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node >= 4.2 < 6.9
  • Loading branch information
foray1010 committed Mar 30, 2019
1 parent 30ecbf9 commit 8bff8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">=4.2"
"node": ">=6.9"
},
"sideEffects": false,
"scripts": {
Expand Down

0 comments on commit 8bff8be

Please sign in to comment.