Skip to content

Commit

Permalink
fix: types issue (after build)
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed Apr 3, 2024
1 parent 901dd5e commit f2b12f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
"dist"
],
"types": "./dist/main.d.ts",
"main": "./dist/thumbor-client.js",
"main": "./dist/thumbor-client.umd.cjs",
"module": "./dist/thumbor-client.js",
"exports": {
".": {
"types": "./dist/main.d.ts",
"import": "./dist/thumbor-client.js",
"require": "./dist/thumbor-client.cjs"
"require": "./dist/thumbor-client.umd.cjs"
}
},
"scripts": {
Expand Down

0 comments on commit f2b12f1

Please sign in to comment.