Skip to content

Commit

Permalink
declare the Stadia export
Browse files Browse the repository at this point in the history
Refs: RStadiaLayer is not being exported #197
  • Loading branch information
mmomtchev committed Nov 20, 2023
1 parent 7870d91 commit 0889d4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"require": "./layer/RLayerVectorMBTiles.js",
"import": "./dist/layer/RLayerVectorMBTiles.js"
},
"./layer/RLayerStadia": {
"require": "./layer/RLayerStadia.js",
"import": "./dist/layer/RLayerStadia.js"
},
"./control": {
"require": "./control/index.js",
"import": "./dist/control/index.js"
Expand Down

0 comments on commit 0889d4b

Please sign in to comment.