Skip to content

Commit

Permalink
fix: type export
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemog committed May 16, 2024
1 parent 1594067 commit 435419a
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 @@ -34,7 +34,7 @@
"./migration": {
"import": "./dist/migration/index.js",
"require": "./dist/migration/index.cjs",
"types": "./dist/migration/index.d.ts"
"types": "./dist/migration/types.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 435419a

Please sign in to comment.