Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 2, 2023
1 parent c7528ea commit 1ec5aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"prepack": "npm run build"
},
"files": [
"dist/lib/index.d.mts",
"dist/lib/index.mjs",
"dist/lib/index.mjs.map"
"dist/lib/*.d.mts",
"dist/lib/*.mjs",
"dist/lib/*.mjs.map"
],
"typings": "dist/lib/index.d.mts",
"keywords": [],
Expand Down

0 comments on commit 1ec5aa7

Please sign in to comment.