Skip to content

Commit

Permalink
Set node 8 as a minimum requirement (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Sep 11, 2018
1 parent b39e93b commit ec59c81
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 @@ -60,6 +60,9 @@
"main": "release/main.js",
"types": "release/main.d.ts",
"typings": "release/main.d.ts",
"engines": {
"node": ">= 8"
},
"dependencies": {
"ansi-colors": "^2.0.2",
"plugin-error": "^1.0.1",
Expand Down

0 comments on commit ec59c81

Please sign in to comment.