mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-11 03:51:43 +00:00
Update npm entry in package.json to match the npm version we use
Change-type: patch
This commit is contained in:
parent
303b7599dc
commit
cda1e9788d
@ -271,7 +271,7 @@ Make sure you are running at least:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
node -v # >= 12.16.2
|
node -v # >= 12.16.2
|
||||||
npm -v # >= 6.14.0
|
npm -v # >= 6.14.4
|
||||||
git --version # >= 2.13.0
|
git --version # >= 2.13.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^12.16.2",
|
"node": "^12.16.2",
|
||||||
"npm": "^5.7.0"
|
"npm": "^6.14.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@balena/contrato": "^0.5.0",
|
"@balena/contrato": "^0.5.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user