Skip to content

Commit

Permalink
Merge pull request #73 from invopop/export_types
Browse files Browse the repository at this point in the history
explicitly export types
  • Loading branch information
beliolfa authored Nov 11, 2024
2 parents cbc2719 + cdbcd5a commit da8daa1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@invopop/popui",
"license": "MIT",
"version": "0.0.36",
"version": "0.0.37",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
Expand All @@ -26,6 +26,10 @@
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
"./types": {
"types": "./dist/types.d.ts",
"default": "./dist/types.d.ts"
},
"./twTheme.js": "./dist/tw.theme.js",
"./package.json": "./dist/package.json"
},
Expand Down

0 comments on commit da8daa1

Please sign in to comment.