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