Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn authored Dec 30, 2023
1 parent 9d3d98b commit 8ec1e46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
"exports": {
".": {
"import": "./dist/iconic-palettes.js",
"require": "./dist/iconic-palettes.umd.cjs"
"require": "./dist/iconic-palettes.umd.cjs",
"type": "./dist/index.d.ts"
}
},
"files": [
"dist"
"dist/"
],
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 8ec1e46

Please sign in to comment.