Add 'engines' to package.json

master
Dragory 2020-05-25 02:39:41 +03:00
parent cc23142a31
commit 2b6061faf8
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 3 additions and 0 deletions

View File

@ -33,5 +33,8 @@
"devDependencies": { "devDependencies": {
"eslint": "^6.7.2", "eslint": "^6.7.2",
"nodemon": "^2.0.1" "nodemon": "^2.0.1"
},
"engines": {
"node": ">=10.0.0 <14.0.0"
} }
} }