Skip to content

Commit

Permalink
build: define node support as 10+ in package.json (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss authored May 8, 2020
1 parent afb24a4 commit 3b0b33b
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 @@ -153,7 +153,7 @@
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"assertion-error-formatter": "^3.0.0",
Expand Down

0 comments on commit 3b0b33b

Please sign in to comment.