Restrict node engine version

This commit is contained in:
Fredrik Adelöw
2020-04-22 16:00:20 +02:00
parent 15301311e1
commit 83689b6236
+3
View File
@@ -4,6 +4,9 @@
"main": "dist",
"private": true,
"license": "Apache-2.0",
"engines": {
"node": ">=13"
},
"scripts": {
"build": "tsc",
"start": "tsc-watch --onSuccess nodemon",