Skip to content

Commit

Permalink
fix(federation): ✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Jul 22, 2024
1 parent ff6bf16 commit 283e000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 283e000

Please sign in to comment.