summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa5f9e8c..fdb79103 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,8 @@
"not ie <= 11"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",