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:
bulldozer-balena[bot] 2021-03-17 16:42:55 +00:00 committed by GitHub
commit 2629a01c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,8 @@
"author": "Juan Cruz Viotti <juan@balena.io>",
"license": "Apache-2.0",
"engines": {
"node": ">=10.20.0 <13.0.0"
"node": ">=10.20.0 <13.0.0",
"npm": "<7.0.0"
},
"husky": {
"hooks": {