Skip to content

Commit

Permalink
chore: add drivers export path
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jan 20, 2024
1 parent 525c868 commit 2e077a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"exports": {
".": "./build/index.js",
"./types": "./build/src/types.js",
"./drivers/*": "./build/src/drivers/*.js",
"./ally_provider": "./build/providers/ally_provider.js"
},
"engines": {
Expand Down Expand Up @@ -123,6 +124,7 @@
"entry": [
"./index.ts",
"./src/types.ts",
"./src/drivers/*.ts",
"./providers/ally_provider.ts"
],
"outDir": "./build",
Expand Down

0 comments on commit 2e077a6

Please sign in to comment.