Skip to content

Commit

Permalink
Merge pull request #36 from Calvin-LL/patch-1
Browse files Browse the repository at this point in the history
fix exports types
  • Loading branch information
thednp committed Jul 3, 2023
2 parents 09d1754 + 55c14f4 commit 8db6fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"types": "./dist/svg-path-commander.d.ts",
"exports": {
".": {
"types": "./dist/svg-path-commander.d.ts",
"require": "./dist/svg-path-commander.cjs",
"import": "./dist/svg-path-commander.mjs"
}
Expand Down

0 comments on commit 8db6fe3

Please sign in to comment.