Skip to content

Commit

Permalink
Merge pull request #149 from KarthikRaju391/patch-1
Browse files Browse the repository at this point in the history
Update exports in package.json to work with typescript
  • Loading branch information
dmonad committed Aug 31, 2023
2 parents 5db415a + c1c082c commit 2811b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -33,7 +33,8 @@
".": {
"module": "./src/y-websocket.js",
"import": "./src/y-websocket.js",
"require": "./dist/y-websocket.cjs"
"require": "./dist/y-websocket.cjs",
"types": "./dist/src/y-websocket.d.ts",
}
},
"repository": {
Expand Down

0 comments on commit 2811b0b

Please sign in to comment.