mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-26 13:59:54 +00:00
Merge pull request #2223 from balena-io/engines-npm-v7
Update supported npm version range in package.json (<7.0.0)
This commit is contained in:
commit
2629a01c7f
@ -84,7 +84,8 @@
|
|||||||
"author": "Juan Cruz Viotti <juan@balena.io>",
|
"author": "Juan Cruz Viotti <juan@balena.io>",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.20.0 <13.0.0"
|
"node": ">=10.20.0 <13.0.0",
|
||||||
|
"npm": "<7.0.0"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user