Skip to content

Commit

Permalink
Merge pull request #50 from AkaraChen/master
Browse files Browse the repository at this point in the history
fix(package): missing "type" property in export
  • Loading branch information
dmonad authored Jun 16, 2023
2 parents ec65bac + 7f81858 commit 661a9e2
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 661a9e2

Please sign in to comment.