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

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-11-12 01:31:55 +0300
committerGitHub <noreply@github.com>2021-11-12 01:31:55 +0300
commitf132e65ed93caa721205976714c2180034f9533c (patch)
tree887eda7f55d436f505a146fa6e4be45788c474c5
parent45566da69bc3696504e6fc5f52db240e261b8c56 (diff)
parent09c22000ebbc46faf39f0f23af2d131e39cb9269 (diff)
Merge pull request #375 from nextcloud/feat/package-node-npm-engines-update
Update npm and node engines versions
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1dfe67d..4c0ab6a 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
},
"browserslist": [
"extends @nextcloud/browserslist-config"
- ],
+ ],
"author": "Julius Härtl",
"license": "AGPL-3.0",
"bugs": {
@@ -65,5 +65,9 @@
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.4.0"
+ },
+ "engines": {
+ "node": "^14.0.0",
+ "npm": "^7.0.0"
}
}