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

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-16 15:57:14 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-16 15:57:14 +0300
commita949c56bffbbc9ac52666f66ef0c630bcaebeea0 (patch)
tree433c2f9db64719399fb2aea9c177242c398bbeff /package.json
parentf2816e91fc791358c3b4912e2ffed55b26f3b21f (diff)
Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 176cfb5..5c051f9 100644
--- a/package.json
+++ b/package.json
@@ -25,6 +25,10 @@
"build": "webpack --progress --config src/webpack.prod.js",
"watch": "webpack --progress --watch --config src/webpack.dev.js"
},
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ },
"browserslist": [
"last 2 versions",
"ie >= 11"