Skip to content

Commit

Permalink
merge: pull request #57 from joebobmiles/staging
Browse files Browse the repository at this point in the history
fix: include "types" in exports field
  • Loading branch information
joebobmiles committed Feb 18, 2024
2 parents 9b6014f + bf51da4 commit be59218
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 @@ -38,7 +38,8 @@
],
"exports": {
"require": "./dist/yjs.cjs",
"import": "./dist/yjs.mjs"
"import": "./dist/yjs.mjs",
"types": "./dist/index.d.ts"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
Expand Down

0 comments on commit be59218

Please sign in to comment.