Skip to content

Commit c99cf93

Browse files
author
Hyun-je Alex Moon
authored
Merge pull request #3 from heumlabs/fix/export-style
fix add style export in package.json
2 parents b23ddb9 + 16633cf commit c99cf93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@heumlabs/vue-datepicker",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"type": "module",
55
"files": [
66
"dist"
@@ -12,6 +12,10 @@
1212
".": {
1313
"import": "./dist/heum-vue-datepicker.js",
1414
"require": "./dist/heum-vue-datepicker.umd.cjs"
15+
},
16+
"./dist/index.css": {
17+
"import": "./dist/index.css",
18+
"require": "./dist/index.css"
1519
}
1620
},
1721
"scripts": {

0 commit comments

Comments
 (0)