Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 622233b

Browse files
author
Ernest
committedSep 11, 2022
fix: expose css
1 parent 2158a28 commit 622233b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎package.json

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
".": {
2626
"import": "./dist/object-visualizer.js",
2727
"require": "./dist/object-visualizer.umd.cjs"
28+
},
29+
"./dist/index.css": {
30+
"import": "./dist/index.css",
31+
"require": "./dist/index.css"
32+
},
33+
"./dist/index.min.css": {
34+
"import": "./dist/index.min.css",
35+
"require": "./dist/index.min.css"
2836
}
2937
},
3038
"main": "./dist/object-visualizer.umd.cjs",

0 commit comments

Comments
 (0)
This repository has been archived.