Skip to content

Commit

Permalink
fix: export web-socket (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin authored Dec 28, 2023
1 parent 41d8656 commit 9687a51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"./source": {
"types": "./dist/src/source.d.ts",
"import": "./dist/src/source.js"
},
"./web-socket": {
"types": "./dist/src/web-socket.d.ts",
"import": "./dist/src/web-socket.js",
"browser": "./dist/src/web-socket.browser.js"
}
},
"eslintConfig": {
Expand Down

0 comments on commit 9687a51

Please sign in to comment.