Skip to content

Commit 5e02bf5

Browse files
authored
Merge pull request #27 from Vadko/03.05-codegen-output
fix: add codegen to package content
2 parents a2c2556 + 30f9395 commit 5e02bf5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-file-viewer-turbo",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Native file viewer for react-native - now with TurboModules support",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",
@@ -169,6 +169,7 @@
169169
"source": "src",
170170
"output": "lib",
171171
"targets": [
172+
"codegen",
172173
"commonjs",
173174
[
174175
"module",

0 commit comments

Comments
 (0)