Skip to content

Commit

Permalink
fix: types for typescript (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAks999 authored Mar 2, 2024
1 parent 75946a0 commit e9250fe
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 @@ -24,7 +24,8 @@
"exports": {
".": {
"import": "./dist/png-rw.js",
"require": "./dist/png-rw.umd.cjs"
"require": "./dist/png-rw.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit e9250fe

Please sign in to comment.