Skip to content

Commit

Permalink
fix: include type files
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 28, 2021
1 parent 1f3fdb2 commit 5e8b6eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"homepage": "https://github.com/hannoeru/esbuild-plugin-raw",
"bugs": "https://github.com/hannoeru/esbuild-plugin-raw/issues",
"files": [
"dist"
"dist",
"index.d.ts",
"client.d.ts"
],
"scripts": {
"dev": "npm run build -- --watch",
Expand Down

0 comments on commit 5e8b6eb

Please sign in to comment.