Skip to content

Commit

Permalink
Add typesVersions to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Jan 27, 2024
1 parent 1cb3203 commit 494b93c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trpc-sveltekit",
"version": "3.5.23",
"version": "3.5.24",
"description": "SvelteKit adapter for tRPC.io, working with Node.js, Vercel and Netlify",
"keywords": [
"trpc",
Expand Down Expand Up @@ -49,6 +49,13 @@
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"websocket": [
"dist/websocket/index.d.ts"
]
}
},
"scripts": {
"build": "tsc && cp ../README.md README.md && cp ../LICENSE LICENSE",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
Expand Down

0 comments on commit 494b93c

Please sign in to comment.