chore(package.json): added packageManager field

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-04-17 05:24:42 +02:00
parent 609e6dc507
commit 37fdebdcab

View File

@@ -78,5 +78,6 @@
"*.{js,ts,jsx,tsx}": "eslint --cache --fix .",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
},
"packageManager": "pnpm@10.6.5",
"type": "module"
}