Skip to content

Commit

Permalink
Match package.json node engines to the docs (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Cremin <jonathan@crem.in>
  • Loading branch information
kudos authored and mcollina committed Aug 8, 2018
1 parent 0ad51ed commit b852f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"repository": "nearform/node-clinic",
"version": "1.0.2",
"engines": {
"node": "^9.4.0 || ^8.9.4"
"node": "^10.0.0 || ^9.4.0 || ^8.9.4"
},
"bin": {
"clinic": "./bin.js"
Expand Down

0 comments on commit b852f5f

Please sign in to comment.