Skip to content

Commit

Permalink
🐛 fix client export (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois committed Sep 14, 2023
1 parent b718ea1 commit 69aff46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "A node TooGoodToGo API wrapper",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"files": [
"/dist"
],
Expand Down

0 comments on commit 69aff46

Please sign in to comment.