Skip to content

Commit

Permalink
fix(package): missing "type" property in export
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaraChen committed May 25, 2023
1 parent ac29b5d commit 7f81858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"exports": {
"module": "./src/y-webrtc.js",
"import": "./src/y-webrtc.js",
"require": "./dist/y-webrtc.cjs"
"require": "./dist/y-webrtc.cjs",
"types": "./dist/src/y-webrtc.d.ts"
},
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit 7f81858

Please sign in to comment.