Skip to content

Commit

Permalink
fix: add "index.d.ts" to "files"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jul 22, 2024
1 parent 786b86c commit 2261ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"release": "release publish"
},
"files": [
"index.d.ts",
"index-esm.js",
"index-cjs.cjs"
],
Expand All @@ -34,4 +35,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 2261ff4

Please sign in to comment.