feat: add packageManager field to package.json
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Dominik Pschenitschni 2021-11-27 14:52:21 +01:00
parent f61d5bac46
commit 8244c3851f
Signed by: dpschen
GPG Key ID: B257AC0149F43A77

View File

@ -155,5 +155,6 @@
"json" "json"
] ]
}, },
"license": "AGPL-3.0-or-later" "license": "AGPL-3.0-or-later",
"packageManager": "yarn@1.22.17"
} }