Skip to content

Commit be5fc83

Browse files
committed
Added default export
1 parent ee8adc9 commit be5fc83

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dist/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@
2323
"bugs": {
2424
"url": "https://github.com/rogueyoshi/dbfz-css/issues"
2525
},
26-
"homepage": "https://github.com/rogueyoshi/dbfz-css#readme"
26+
"homepage": "https://github.com/rogueyoshi/dbfz-css#readme",
27+
"exports": {
28+
"./dist/index.css": {
29+
"import": "./index.css",
30+
"require": "./index.css"
31+
}
32+
}
2733
}

0 commit comments

Comments
 (0)