mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 12:19:15 +01:00
fix(federation): ✏️ Fix typo
This commit is contained in:
parent
ff6bf16b0a
commit
283e000498
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue