Skip to content

Commit

Permalink
build(package.json): add target node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mech committed Oct 23, 2018
1 parent 6627daf commit c35581e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"mocha": "^5.2.0"
},
"author": "Mike P.",
"license": "MIT"
"license": "MIT",
"engines": {
"node": ">=8.0.0"
}
}

0 comments on commit c35581e

Please sign in to comment.