Skip to content

Commit

Permalink
chore: add files field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 18, 2024
1 parent 724849d commit ab2076a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --watch src",
Expand Down

0 comments on commit ab2076a

Please sign in to comment.