Merge pull request #1535 from balena-io/update-package-npm

Update npm entry in package.json to match the npm version we use
This commit is contained in:
bulldozer-balena[bot] 2020-11-30 19:21:05 +00:00 committed by GitHub
commit 1071d24c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",