Skip to content

Commit

Permalink
fix: declaration file (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColniIIIko committed Mar 7, 2024
1 parent 4d79a73 commit b97a80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs.js",
"import": "./dist/index.es.mjs"
}
Expand Down

1 comment on commit b97a80f

@taylor-shift
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This never got pushed to npm, so the package is broken.

Please sign in to comment.