Skip to content

Commit

Permalink
npm: only package js and d.ts files (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Aug 4, 2024
2 parents ec50fdc + 5658d82 commit 888538e
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 @@ -5,6 +5,10 @@
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/**.js",
"dist/**.d.ts"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
Expand Down

0 comments on commit 888538e

Please sign in to comment.