aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ff559048..cda16e20 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,8 @@
},
"license": "AGPL-3.0",
"engines": {
- "npm": "^8.11.4"
+ "npm": "^8.11.4",
+ "node": "8.11.4"
},
"main": "src/web/js/app.js",
"dependencies": {
bgstack15