Bump node and npm version in package.json

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-16 15:03:31 +02:00
Родитель 40ee8d8544
Коммит 71d8d87241
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,8 @@
"vuex": "^3.6.2"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",