Update engines configuration from create-strapi-app plugin

This commit is contained in:
Abdón Rodríguez Davila 2019-07-15 11:19:06 +02:00
parent 231757acb6
commit f796bb736c

View File

@ -39,6 +39,7 @@
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 8"
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}