forked from mystiq/hydrogen-web
Merge pull request #761 from vector-im/hs/node-15-replaceal
Require node 15+
This commit is contained in:
commit
bd5bf7d456
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
"directories": {
|
||||
"doc": "doc"
|
||||
},
|
||||
"enginesStrict": {
|
||||
"node": ">=15"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --cache src/",
|
||||
"lint-ts": "eslint src/ -c .ts-eslintrc.js --ext .ts",
|
||||
|
|
Loading…
Reference in a new issue