Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmachuca committed Oct 23, 2024
1 parent a7e95f8 commit ffa1d0a
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 @@ -6,12 +6,12 @@
"module": "build/index.mjs",
"browser": "browser/index.js",
"type": "commonjs",
"types": "build/index.d.ts",
"types": "types/index.d.ts",
"exports": {
".": {
"require": "./build/index.cjs",
"import": "./build/index.mjs",
"types": "./build/index.d.ts"
"types": "./types/index.d.ts"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit ffa1d0a

Please sign in to comment.