Skip to content

Commit

Permalink
fix: add types field in exports in package.json (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr authored Oct 16, 2024
1 parent 7253102 commit 2d95164
Show file tree
Hide file tree
Showing 2 changed files with 1,306 additions and 1,275 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"browser": "./dst/index.module.js",
"umd": "./dst/index.umd.js",
"require": "./dst/index.cjs",
"types": "./dst/index.d.ts",
"default": "./dst/index.modern.js"
}
},
Expand Down
Loading

0 comments on commit 2d95164

Please sign in to comment.