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

github.com/nextcloud/twofactor_totp.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 16:09:02 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-16 16:09:02 +0300
commit751e423e2d4355cd47237bf94c013f686083cba6 (patch)
tree3905d8165e6f70ccb24afd27ce73c437bbe6a593
parent2178f65b2d019f50ee1fa5b81d45823203774e2f (diff)
Bump node and npm version in package.json
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index bb04bf7..a781022 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,10 @@
"last 2 versions",
"ie >= 11"
],
+ "engines": {
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
+ },
"jshintConfig": {
"esversion": 6
},