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 .",