Update npm entry in package.json to match the npm version we use

Change-type: patch
This commit is contained in:
Pagan Gazzard 2020-11-30 17:22:44 +00:00
parent 303b7599dc
commit cda1e9788d
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ Make sure you are running at least:
```sh
node -v # >= 12.16.2
npm -v # >= 6.14.0
npm -v # >= 6.14.4
git --version # >= 2.13.0
```

View File

@ -38,7 +38,7 @@
},
"engines": {
"node": "^12.16.2",
"npm": "^5.7.0"
"npm": "^6.14.4"
},
"devDependencies": {
"@balena/contrato": "^0.5.0",