Skip to content

Commit

Permalink
fix: incorrect types path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bchelkowski committed Nov 27, 2023
1 parent ffa0c90 commit af81447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/types/index.d.js",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/src/index.js",
Expand Down

0 comments on commit af81447

Please sign in to comment.