Merge branch 'main' into feature/better-repack-modal

This commit is contained in:
ChristoferMendes
2024-05-17 08:27:47 -03:00
4 changed files with 118 additions and 32 deletions

View File

@@ -10,6 +10,10 @@
"url": "https://github.com/hydralauncher/hydra.git"
},
"type": "module",
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
},
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check .",