update engines

This commit is contained in:
Matteo Pagliazzi 2018-06-18 09:57:35 +02:00
parent b7e601be16
commit 662b08c242

View file

@ -112,8 +112,8 @@
},
"private": true,
"engines": {
"node": "10",
"npm": "^5.6.0"
"node": "^10",
"npm": "^6"
},
"scripts": {
"lint": "eslint --ext .js,.vue .",