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

github.com/nextcloud/logreader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-16 17:29:26 +0300
committerGitHub <noreply@github.com>2021-06-16 17:29:26 +0300
commit6189b574df0add3c7886d4e612c997d9b58eb8a4 (patch)
treeb382af1cd01a690b694a98eccdc0ef393ef8cb4a
parentba4ad6d0e02b36d1bae4691039f63f719e853583 (diff)
parentdea05354a4925232771f88c426458e633cbdb55c (diff)
Merge pull request #534 from nextcloud/bump-node-and-npm-version-in-package-jsonv22.0.0rc1v22.0.0beta5
Bump node and npm version in package.json
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7da2a63..58d83fd 100644
--- a/package.json
+++ b/package.json
@@ -38,6 +38,10 @@
"webpack-dev-server": "3.11.2",
"webpack-hot-middleware": "^2.25.0"
},
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ },
"dependencies": {
"@babel/runtime": "^7.12.13",
"oc-react-components": "^0.2.0",