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": "./dist/requester.d.ts"
|
||||||
},
|
},
|
||||||
"./types": {
|
"./types": {
|
||||||
"import": "./dist/schema.js",
|
"import": "./dist/schemas.js",
|
||||||
"default": "./dist/schema.js",
|
"default": "./dist/schemas.js",
|
||||||
"types": "./dist/schema.d.ts"
|
"types": "./dist/schemas.d.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue