Skip to content

Commit

Permalink
fix(build): point types to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Sep 30, 2024
1 parent 2cb0081 commit 429bac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"twitter"
],
"license": "ISC",
"types": "dist/types.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -29,7 +29,7 @@
"scripts": {
"prepare": "husky",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build": "npm run clean && tsc --build",
"test": "jest",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 429bac1

Please sign in to comment.