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

github.com/nextcloud/notes.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:29:59 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-11-12 16:37:19 +0300
commit780bb9b5bf8aef69e073d8f8c0216ba6dff6ca68 (patch)
tree17a450993bbf61da1d433c7d57eca9fffa097784 /package.json
parente4349a75ca212c58a8cb57e6f4b6eda07b161513 (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 9c21c9bf..0b5ab355 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=14.0.0",
- "npm": ">=7.0.0"
+ "node": "^14.0.0",
+ "npm": "^7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",