Merge pull request #1319 from balena-io/update-package.json-engine

Update engine information in package.json
This commit is contained in:
CameronDiver 2020-05-14 09:36:53 +01:00 committed by GitHub
commit ab6a1fc7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,8 @@
"sqlite3": "^4.1.1"
},
"engines": {
"node": "^6.13.1"
"node": "^12.16.2",
"npm": "^5.7.0"
},
"devDependencies": {
"@balena/contrato": "^0.2.1",