Skip to content

Commit

Permalink
Merge pull request #46 from codex-team/icons-types
Browse files Browse the repository at this point in the history
fix(types): export the types package
  • Loading branch information
neSpecc authored Jul 4, 2024
2 parents ffe5be5 + 920383e commit 24d5ac9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@codexteam/icons",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts"
}
},
"license": "MIT",
"scripts": {
"build": "yarn generate && vite build",
Expand Down

0 comments on commit 24d5ac9

Please sign in to comment.