Skip to content

Commit

Permalink
Merge pull request #3 from verkada/fix-exports-types
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Dec 2, 2024
2 parents 32754a3 + 06146b7 commit 539a9e8
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 @@ -26,7 +26,8 @@
"types": "./src/jdataview.d.ts",
"exports": {
".": {
"import": "./dist/jdataview.js"
"import": "./dist/jdataview.js",
"types": "./src/jdataview.d.ts"
}
},
"repository": {
Expand Down

0 comments on commit 539a9e8

Please sign in to comment.