Skip to content

Commit

Permalink
Merge pull request #559 from Miodec/package
Browse files Browse the repository at this point in the history
Update paths to type declaration files in package.json
  • Loading branch information
brianvoe authored Jul 19, 2024
2 parents 45a9282 + 0b686a1 commit 417a3a1
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 @@ -19,6 +19,9 @@
".": {
"import": "./dist/slimselect.js",
"require": "./dist/slimselect.umd.js",
"types": "./dist/index.d.ts"
},
"./*": {
"types": "./dist/*.d.ts"
},
"./styles": "./dist/slimselect.css"
Expand Down

0 comments on commit 417a3a1

Please sign in to comment.