mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-02 02:55:55 +00:00
chore: add package.json to exports
This fixes codegen not detecting library
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
"types": "./lib/typescript/module/src/index.d.ts",
|
"types": "./lib/typescript/module/src/index.d.ts",
|
||||||
"react-native": "src/index",
|
"react-native": "src/index",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
"./package.json": "./package.json",
|
||||||
".": {
|
".": {
|
||||||
"import": {
|
"import": {
|
||||||
"types": "./lib/typescript/module/src/index.d.ts",
|
"types": "./lib/typescript/module/src/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user