Skip to content

Commit

Permalink
Merge pull request #151 from infomiho/patch-1
Browse files Browse the repository at this point in the history
`npm install` fails due to an extra comma in `package.json`
  • Loading branch information
dmonad committed Sep 1, 2023
2 parents 2811b0b + 1b867e6 commit 05b2f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"module": "./src/y-websocket.js",
"import": "./src/y-websocket.js",
"require": "./dist/y-websocket.cjs",
"types": "./dist/src/y-websocket.d.ts",
"types": "./dist/src/y-websocket.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit 05b2f89

Please sign in to comment.