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

Commit 0b539dd

Browse files
authored
Merge pull request #12 from MetacityTools/dev
Bugfix - Missing css export
2 parents 0009e3d + 90a099d commit 0b539dd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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)