From 662b08c242cb2773279b3a10b44e63cf83a8c74a Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Mon, 18 Jun 2018 09:57:35 +0200 Subject: [PATCH] update engines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72019697c6..51c1fe6148 100644 --- a/package.json +++ b/package.json @@ -112,8 +112,8 @@ }, "private": true, "engines": { - "node": "10", - "npm": "^5.6.0" + "node": "^10", + "npm": "^6" }, "scripts": { "lint": "eslint --ext .js,.vue .",