Skip to content

Commit

Permalink
fix: correct path for exporting types (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Sep 21, 2023
1 parent 5edf520 commit e06c08e
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 @@ -27,7 +27,7 @@
"./orm": "./build/src/orm/main.js",
"./seeders": "./build/src/seeders/main.js",
"./services/*": "./build/services/*.js",
"./types/*": "./build/types/*.js",
"./types/*": "./build/src/types/*.js",
"./database_provider": "./build/providers/database_provider.js"
},
"scripts": {
Expand Down

0 comments on commit e06c08e

Please sign in to comment.