Skip to content

Commit

Permalink
added missing openlayers exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Aug 3, 2023
1 parent 8126995 commit 3611bce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
"import": "./leaflet-controller.js",
"require": "./leaflet-controller.umd.js"
},
"./openlayers": {
"import": "./openlayers.js",
"require": "./openlayers.umd.js"
},
"./openlayers-controller": {
"import": "./openlayers-controller.js",
"require": "./openlayers-controller.umd.js"
},
"./maplibregl": {
"import": "./maplibregl.js",
"require": "./maplibregl.umd.js"
Expand Down

0 comments on commit 3611bce

Please sign in to comment.