Skip to content

Commit

Permalink
fix: make build to pass (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jul 8, 2023
1 parent f60b6ff commit 304f282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit 304f282

Please sign in to comment.