Skip to content

Commit

Permalink
fix: tsup published files
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jun 2, 2024
1 parent ee15318 commit edec6f1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
"main": "build/index.js",
"type": "module",
"files": [
"build/providers",
"build/services",
"build/src",
"build/stubs",
"build/configure.js",
"build/configure.d.ts",
"build/index.js",
"build/index.d.ts"
"build",
"!build/bin",
"!build/tests",
"!build/tests_helpers"
],
"exports": {
".": "./build/index.js",
Expand Down

0 comments on commit edec6f1

Please sign in to comment.