1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00

add node engine to package.json

This commit is contained in:
mat 2021-11-17 19:19:31 -06:00
parent 9deb92f4f9
commit d6f25c0073

View file

@ -36,5 +36,8 @@
"cookie": "^0.4.1",
"html-minifier": "^4.0.0",
"marked": "^4.0.3"
},
"engines": {
"node": ">=14.13"
}
}