Skip to content

Commit

Permalink
Fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io committed Mar 15, 2023
1 parent 47c9b17 commit c19781e
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 @@ -25,7 +25,7 @@
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.tsx",
"typings": "src/index",
"typings": "dist/src/index",
"engines": {
"node": ">=16"
},
Expand Down Expand Up @@ -90,4 +90,4 @@
"style.scss",
"tailwind.js"
]
}
}

0 comments on commit c19781e

Please sign in to comment.