Skip to content

Commit

Permalink
fix(react-native): metro without exports support (#118)
Browse files Browse the repository at this point in the history
* fix(rn): metro without exports support

* leave exports unchanged

* update CHANGELOG
  • Loading branch information
dai-shi authored Mar 8, 2024
1 parent ed5960e commit 56f83c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
### Changed
- fix(react-native): metro without exports support #118

## [1.4.3] - 2024-03-06
### Changed
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"source": "./src/index.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.modern.js",
"react-native": "./dist/index.native.modern.mjs",
"types": "./dist/src/index.d.ts",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit 56f83c5

Please sign in to comment.