Skip to content

Commit

Permalink
Fix: Package Contents (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored May 13, 2024
1 parent 09b7e00 commit 721a2df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "0.0.0-alpha.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"lint": "eslint . --ignore-pattern dist/",
Expand Down

0 comments on commit 721a2df

Please sign in to comment.