Skip to content

Commit

Permalink
Add node engine >=8
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjocross committed Dec 19, 2018
1 parent ec7d800 commit e4e41ca
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 @@ -8,6 +8,9 @@
"files": [
"*.js"
],
"engines": {
"node": ">=8"
},
"scripts": {
"prebuild": "rimraf *.js",
"build": "babel src --out-dir .",
Expand Down

0 comments on commit e4e41ca

Please sign in to comment.