Skip to content

Commit 62623d6

Browse files
committed
tag: v0.0.2
1 parent bb87b2e commit 62623d6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecarrot/essentials",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"scripts": {
66
"clean": "rm -rf ./dist",
@@ -36,6 +36,16 @@
3636
"types": "./dist/css/index.d.ts",
3737
"default": "./dist/css/index.js"
3838
}
39+
},
40+
"./react": {
41+
"import": {
42+
"types": "./dist/react/index.d.mts",
43+
"default": "./dist/react/index.mjs"
44+
},
45+
"require": {
46+
"types": "./dist/react/index.d.ts",
47+
"default": "./dist/react/index.js"
48+
}
3949
}
4050
},
4151
"files": [

0 commit comments

Comments
 (0)