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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-16 09:45:04 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-16 09:45:04 +0300
commitc78052cc9f611c31e01ab98b834fc4101b0c5ad2 (patch)
treed227edf75f64ab4dd6b4bbd671f58faf81da5406
parent4e1d09803cc51b7916dc5c739e5f9c0c7cae58a3 (diff)
Add npm enginev22.0.0beta5
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9c2f2dd1..93aedffd 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=14.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0-beta.1",