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

github.com/nextcloud/notifications.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>2021-11-12 16:21:42 +0300
committerGitHub <noreply@github.com>2021-11-12 16:21:42 +0300
commit022a5b08f65deed62a1821470bdaffcc28113693 (patch)
treeaf0e4b8d09de0e92d4f7555adce8ce7b76523285
parenteac18782c50b3f7f496502870a1f171be4cb2050 (diff)
parentf0c456543a3ede785129b2688f1e7a53c1828ad6 (diff)
Merge pull request #1112 from nextcloud/backport/1111/stable23v23.0.1rc1v23.0.0rc3v23.0.0rc2v23.0.0
[stable23] Update npm and node engines versions
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index c00b7b1..499a5e0 100644
--- a/package.json
+++ b/package.json
@@ -30,8 +30,8 @@
"vue-tooltip": "^0.1.0"
},
"engines": {
- "node": ">=14.0.0",
- "npm": ">=7.0.0"
+ "node": "^14.0.0",
+ "npm": "^7.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"