Add minimum required version of node to package.json.

This commit is contained in:
2023-01-14 19:43:55 +02:00
parent f86afc8394
commit 1718157b4e
+3
View File
@@ -15,6 +15,9 @@
"build-platform-cli": "component-build", "build-platform-cli": "component-build",
"dev-js": "NODE_ENV=development rollup --config rollup.config.js --watch" "dev-js": "NODE_ENV=development rollup --config rollup.config.js --watch"
}, },
"engines": {
"node": ">=14.17.3"
},
"license": "ISC", "license": "ISC",
"type": "module", "type": "module",
"dependencies": { "dependencies": {