Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2024-10-30)

### Bug Fixes

* build target issue ([4b7c1c8](4b7c1c8))
  • Loading branch information
semantic-release-bot committed Oct 30, 2024
1 parent 4b7c1c8 commit 75e7aaa
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-native-media-picker",
"version": "1.3.0",
"version": "1.3.1",
"description": "A React Native library for picking media (images and videos) from the native media library.",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down Expand Up @@ -80,9 +80,24 @@
"source": "src",
"output": "lib",
"targets": [
["commonjs", { "esm": true }],
["module", { "esm": true }],
["typescript", { "esm": true }]
[
"commonjs",
{
"esm": true
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"esm": true
}
]
]
}
}

0 comments on commit 75e7aaa

Please sign in to comment.