Skip to content

Commit

Permalink
remove support for Node.js v4
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef committed Dec 28, 2018
1 parent 801953f commit 1369f91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"directories": {
"test": "test"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "npm run lint && mocha --exit test/test.js",
"lint": "standard",
Expand Down

0 comments on commit 1369f91

Please sign in to comment.