minimum node version in package.json
This commit is contained in:
parent
c2574e3a7c
commit
d65ce9555d
|
@ -30,6 +30,9 @@
|
|||
"test": "./test",
|
||||
"types": "./types"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nyc --check-coverage mocha",
|
||||
"coverage": "nyc report --reporter=lcov",
|
||||
|
|
Loading…
Reference in New Issue