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:
authorNextcloud bot <bot@nextcloud.com>2021-11-11 17:32:35 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-11 17:32:35 +0300
commit6292a131437e3ea1c1751665fbf8df3bdd9082ac (patch)
treed0304bdba9a4f5c4b8c221d14a64a8f53733c690 /package.json
parent10414b1d82855769d1fc937cbc7329247ddfed90 (diff)
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 05440b1..3748fa8 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"