Skip to content

Commit

Permalink
fix: include index.d.ts in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Aug 28, 2023
1 parent cb49af9 commit 815927c
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 @@ -4,7 +4,8 @@
"description": "A Tailwind CSS plugin for creating beautiful animations.",
"main": "index.js",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"scripts": {
"format": "prettier --write '**'",
Expand Down

0 comments on commit 815927c

Please sign in to comment.