Skip to content

Commit 736f4df

Browse files
committed
fix(): fix css exports
1 parent d2f2c42 commit 736f4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "./dist/index.d.ts",
1111
"import": "./dist/index.js"
1212
},
13-
"./css/*": "./dist/css/*"
13+
"./dist/css/*": "./dist/css/*"
1414
},
1515
"files": [
1616
"dist",

0 commit comments

Comments
 (0)