mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
fix(federation): ✏️ Fix typo
This commit is contained in:
parent
ff6bf16b0a
commit
283e000498
|
|
@ -49,9 +49,9 @@
|
|||
"types": "./dist/requester.d.ts"
|
||||
},
|
||||
"./types": {
|
||||
"import": "./dist/schema.js",
|
||||
"default": "./dist/schema.js",
|
||||
"types": "./dist/schema.d.ts"
|
||||
"import": "./dist/schemas.js",
|
||||
"default": "./dist/schemas.js",
|
||||
"types": "./dist/schemas.d.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue