Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-28 04:32:08 +02:00
parent 55ca8a0dd4
commit ec8f9f2ddb
5 changed files with 16 additions and 12 deletions

View File

@@ -18,8 +18,8 @@
"default": "./dist/index.js"
},
"./hooks": {
"types": "./dist/types/hooks.d.ts",
"default": "./dist/types/hooks.js"
"types": "./dist/hooks/index.d.ts",
"default": "./dist/hooks/index.js"
},
"./types": {
"types": "./dist/types/index.d.ts",