Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9e4341eaf..782b40d32 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,8 @@
"vuex": "^3.6.2"
},
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",