Skip to content

Commit

Permalink
Added support for Node v10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mittelman committed Oct 7, 2019
1 parent 3209e10 commit 104d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "standard && mocha --recursive ./spec"
},
"engines": {
"node": "8"
"node": ">= 8.0.0 < 11.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 104d88d

Please sign in to comment.