Skip to content

Commit

Permalink
@metaplex-foundation/umi: Fix react-native serializers dependency exp…
Browse files Browse the repository at this point in the history
…ort (#129)

* @metaplex-foundation/umi: Fix react-native serializers dependency export

Without this, `react-native` projects (like Backpack) can't use the `@metaplex-foundation/umi` package.

* move react-native export to top

* typo
  • Loading branch information
ph101pp authored Jun 12, 2024
1 parent 5268807 commit b96d621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"require": "./dist/cjs/index.cjs"
},
"./serializers": {
"react-native": "./dist/cjs/serializers.cjs",
"types": "./dist/types/serializers.d.ts",
"import": "./dist/esm/serializers.mjs",
"require": "./dist/cjs/serializers.cjs"
Expand Down

0 comments on commit b96d621

Please sign in to comment.