We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7d31c commit 8d1ad59Copy full SHA for 8d1ad59
package.json
@@ -16,7 +16,7 @@
16
"dist": "npm run clean && rollup -c && tsc --skipLibCheck",
17
"lint": "standard && tsc",
18
"test": "npm run lint",
19
- "preversion": "npm run dist && test -e dist/src/y-websocket.d.ts && test -e dist/y-websocket.cjs"
+ "preversion": "npm run dist && test -e dist/y-websocket.d.ts && test -e dist/y-websocket.cjs"
20
},
21
"files": [
22
"dist/*",
@@ -28,7 +28,7 @@
28
"module": "./src/y-websocket.js",
29
"import": "./src/y-websocket.js",
30
"require": "./dist/y-websocket.cjs",
31
- "types": "./dist/src/y-websocket.d.ts",
+ "types": "./dist/y-websocket.d.ts",
32
"default": "./src/y-websocket.js"
33
}
34
0 commit comments