Skip to content

Commit

Permalink
Merge pull request #15 from felipedeboni/build/optimize-bundle-size
Browse files Browse the repository at this point in the history
Build/optimize bundle size
  • Loading branch information
vkruglikov authored Jul 14, 2024
2 parents 096399a + 0ae2e13 commit 2c8d2da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"source": "src/index.ts",
"type": "module",
"exports": {
"types": "./lib/index.d.ts",
"require": "./lib/react-leaflet-marker.cjs",
"default": "./lib/react-leaflet-marker.modern.js"
},
Expand All @@ -25,7 +26,8 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-leaflet": "^4.2.0"
"react-leaflet": "^4.2.0",
"leaflet": "^1.8.0"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
Expand Down

0 comments on commit 2c8d2da

Please sign in to comment.