Skip to content

Commit

Permalink
chore: 📦 add types to shaped package exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed May 20, 2024
1 parent 06910b9 commit 1f0ef8a
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
@@ -1,6 +1,6 @@
{
"name": "@stabledata/switch",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"main": "switch/dist/esm/index.js",
"module": "switch/dist/esm/index.js",
Expand All @@ -14,7 +14,8 @@
],
"exports": {
".": {
"import": "./switch/dist/esm/index.js"
"import": "./switch/dist/esm/index.js",
"types": "./switch/dist/types/index.d.ts"
},
"./switch.css": "./switch/dist/switch.css"
},
Expand Down

0 comments on commit 1f0ef8a

Please sign in to comment.