Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit 90a099d

Browse files
committed
Bugfix - missing css export
1 parent a91bba1 commit 90a099d

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": "metacitygl",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -28,6 +28,10 @@
2828
".": {
2929
"import": "./dist/metacitygl.js",
3030
"require": "./dist/metacitygl.umd.js"
31+
},
32+
"./style.css": {
33+
"import": "./dist/style.css",
34+
"require": "./dist/style.css"
3135
}
3236
},
3337
"scripts": {

0 commit comments

Comments
 (0)