mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-31 23:00:48 +00:00
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:
commit
1071d24c0d
@ -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
|
||||
```
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.16.2",
|
||||
"npm": "^5.7.0"
|
||||
"npm": "^6.14.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@balena/contrato": "^0.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user