Skip to content

Commit

Permalink
Merge pull request #164 from Gomah/main
Browse files Browse the repository at this point in the history
fix: adjust path for types
  • Loading branch information
mskelton authored Feb 24, 2024
2 parents ad727e0 + 6f88523 commit 78ccdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-package.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./types/index.d.ts"
"types": "./dist/index.d.ts"
},
"./dist/*": "./dist/*",
"./transformer": {
Expand Down

0 comments on commit 78ccdb9

Please sign in to comment.