Refactoring
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-01-16 22:50:44 +01:00
parent 709d1d4e21
commit bdb41a6975
6 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "example",
"name": "@reffuse/example",
"version": "0.0.0",
"type": "module",
"private": true,
@@ -25,7 +25,7 @@
"globals": "^15.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "~5.6.2",
"reffuse": "workspace:*",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
},