Skip to content

Commit

Permalink
Reduced the number of files published to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
royteusink committed Dec 19, 2023
1 parent e2c770a commit 3f6b699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc",
Expand Down

0 comments on commit 3f6b699

Please sign in to comment.