Skip to content

Commit

Permalink
Fix types on ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-muniz-efi committed Nov 19, 2024
1 parent 6a1ccff commit 914b601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
"exports": {
".": {
"require": "./dist/cjs/index.cjs",
"import": "./dist/cjs/index.cjs"
"import": "./dist/cjs/index.cjs",
"types": "./dist/types/index.d.ts"
}
},
"description": "Module for integration with Efi Bank API",
"version": "1.2.8",
"version": "1.2.9",
"author": "Efi Bank - Consultoria Técnica | João Vitor Oliveira | João Lucas",
"license": "MIT",
"repository": "efipay/sdk-node-apis-efi",
Expand Down

0 comments on commit 914b601

Please sign in to comment.