Skip to content

Commit

Permalink
Merge pull request #85 from 10play/fix-codegen
Browse files Browse the repository at this point in the history
Fix Codegen Issue with RN 0.73.5+
  • Loading branch information
17Amir17 committed Mar 16, 2024
2 parents 4d23d9c + 64c0fba commit c41533e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"import": "./lib-web/index.mjs",
"require": "./lib-web/index.umd.cjs",
"types": "./lib-web/typescript/webEditorUtils/index.d.ts"
}
},
"./package.json": "./package.json"
},
"source": "src/index",
"files": [
Expand Down

0 comments on commit c41533e

Please sign in to comment.