Skip to content

Commit

Permalink
fix: added exports for maplibre-gl-export.css (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi authored Apr 12, 2023
1 parent 07a34b1 commit 83c85bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-poems-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@watergis/maplibre-gl-export": patch
---

fix: added exports for maplibre-gl-export.css
6 changes: 5 additions & 1 deletion packages/maplibre-gl-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
".": {
"import": "./dist/maplibre-gl-export.es.js",
"require": "./dist/maplibre-gl-export.umd.js"
},
"./dist/maplibre-gl-export.css": {
"import": "./dist/maplibre-gl-export.css",
"require": "./dist/maplibre-gl-export.css"
}
},
"files": [
Expand Down Expand Up @@ -43,7 +47,7 @@
"bugs": {
"url": "https://github.com/watergis/maplibre-gl-export/issues"
},
"homepage": "https://github.com/watergis/maplibre-gl-export#readme",
"homepage": "https://github.com/watergis/maplibre-gl-export/tree/main/packages/maplibre-gl-export#readme",
"devDependencies": {
"@types/geojson": "^7946.0.10",
"@types/node": "^18.15.11",
Expand Down

0 comments on commit 83c85bc

Please sign in to comment.