Skip to content

Commit

Permalink
modify package.json main (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
halocline authored Jul 24, 2024
1 parent ac9cc7c commit ee793d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grommet-leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"dist",
"src"
],
"main": "./dist/grommet-leaflet.umd.cjs",
"main": "./dist/grommet-leaflet.cjs",
"module": "./dist/grommet-leaflet.js",
"exports": {
".": {
"import": "./dist/grommet-leaflet.js",
"require": "./dist/grommet-leaflet.umd.cjs"
"require": "./dist/grommet-leaflet.cjs"
}
},
"authors": [
Expand Down

0 comments on commit ee793d3

Please sign in to comment.