-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch exports in @react-leaflet/core
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
frontend/.yarn/patches/@react-leaflet-core-npm-2.1.0-de483ca53f.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/package.json b/package.json | ||
index 924b5880e3bbd8aaf60c143d5abfa25dbadcd8b3..ee63bf9f5ba456623d6d9320fafcd2f0fa64e621 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -22,7 +22,8 @@ | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
- ".": "./lib/index.js" | ||
+ ".": "./lib/index.js", | ||
+ "./lib/context": "./lib/context.js" | ||
}, | ||
"files": [ | ||
"lib/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters