Skip to content

Commit

Permalink
fix: Do not package redundant .js and .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 28, 2023
1 parent 4723f9c commit cd5afd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -77,6 +77,8 @@
"files": [
"dist/",
"!**/*.tsbuildInfo",
"!dist/esm/**/*.js",
"!dist/esm/**/*.ts",
"!**/samples",
"!**/*.map",
"!**/*.test.*",
Expand Down

0 comments on commit cd5afd0

Please sign in to comment.