Update npm and node engines versions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2021-11-11 14:28:45 +00:00
Родитель b4e5c33d7c
Коммит 0a22029ea5
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -67,8 +67,8 @@
"vue2-datepicker": "^3.6.3"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",