Skip to content

Commit

Permalink
fix(package.json): wrong export type for schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio committed May 29, 2024
1 parent 719e8d0 commit d7ba9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"types": "./dist/lib/database.d.ts",
"default": "./dist/lib/database.js"
},
"./tables": {
"types": "./dist/lib/tables.d.ts",
"default": "./dist/lib/tables.js"
"./schema": {
"types": "./dist/lib/schema.d.ts",
"default": "./dist/lib/schema.js"
},
"./types": {
"types": "./dist/lib/types.d.ts",
Expand Down

0 comments on commit d7ba9e1

Please sign in to comment.