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

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud Command Bot <88102737+nextcloud-command@users.noreply.github.com>2022-08-18 10:25:47 +0300
committerGitHub <noreply@github.com>2022-08-18 10:25:47 +0300
commit2fcd1d5e9c4ab0dca781528ade0a390c2b2036c9 (patch)
treeb83c7bf84b788398ed091f932356f8c4349aed28
parent77d0e34cd28df1d88e5ab09fe1dbc20dd00fbe0c (diff)
Update npm and node engines versions (#346)
Signed-off-by: Nextcloud bot <bot@nextcloud.com> Signed-off-by: Nextcloud bot <bot@nextcloud.com> Co-authored-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 885a946..a55c1c5 100644
--- a/package.json
+++ b/package.json
@@ -6,5 +6,9 @@
"gulp-uglify-es": "^1.0.4",
"gulp-rename": "latest"
},
- "dependencies": {}
+ "dependencies": {},
+ "engines": {
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
+ }
}