Skip to content

Commit e464576

Browse files
committed
feat: ship styles
1 parent 595f578 commit e464576

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"types": "./dist/index.d.ts",
2424
"import": "./dist/index.mjs",
2525
"require": "./dist/index.cjs"
26-
}
26+
},
27+
"./styles/*": "./styles/*"
2728
},
2829
"main": "./dist/index.mjs",
2930
"module": "./dist/index.mjs",
@@ -37,7 +38,8 @@
3738
}
3839
},
3940
"files": [
40-
"dist"
41+
"dist",
42+
"styles"
4143
],
4244
"scripts": {
4345
"build": "unbuild",

0 commit comments

Comments
 (0)