Skip to content

Commit ebdfcc2

Browse files
committed
proper types handling
1 parent fe35425 commit ebdfcc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grexie/compose",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"private": false,
66
"repository": "github:grexie/compose",
@@ -23,7 +23,8 @@
2323
".": {
2424
"import": "./lib/index.mjs",
2525
"require": "./lib/index.cjs",
26-
"default": "./lib/index.mjs"
26+
"default": "./lib/index.mjs",
27+
"types": "./lib/index.d.ts"
2728
}
2829
},
2930
"peerDependencies": {

0 commit comments

Comments
 (0)