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
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-11-12 16:20:45 +0300
commitf0c456543a3ede785129b2688f1e7a53c1828ad6 (patch)
treeaf0e4b8d09de0e92d4f7555adce8ce7b76523285
parenteac18782c50b3f7f496502870a1f171be4cb2050 (diff)
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-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"