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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-07 17:11:20 +0300
committerGitHub <noreply@github.com>2022-10-07 17:11:20 +0300
commit67cd43d45f565b0a31ce1d0e17439f4bc2b70a35 (patch)
treee0ec4b09bcff6e21d3941ad6eb576e95b218b0d9 /package.json
parent94977437c54a813621cf8b7e46a02523fcdef97b (diff)
parentf6d3bafd9cb27aff7a32d0bfdf09ac68df55c252 (diff)
Merge pull request #1248 from nextcloud/feat/package-node-npm-engines-update
Update npm and node engines versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c5b83ee..39627a4 100644
--- a/package.json
+++ b/package.json
@@ -31,8 +31,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=14.0.0",
- "npm": ">=7.0.0"
+ "node": "^16.0.0",
+ "npm": "^7.0.0 || ^8.0.0"
},
"jshintConfig": {
"esversion": 6