Merge pull request #151 from infomiho/patch-1

`npm install` fails due to an extra comma in `package.json`
This commit is contained in:
Kevin Jahns 2023-09-01 21:26:04 +02:00 committed by GitHub
commit 05b2f894d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {