diff --git a/package.json b/package.json index 831a0db..dd5bee7 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,12 @@ "react-native": "src/index", "license": "MIT", "files": [ + "app.plugin.js", "src", "lib/**/*" ], "exports": { + "./app.plugin.js": "./app.plugin.js", ".": "./lib/commonjs/index.js", "./postinstall": "./src/postInstallHelper.js" }, @@ -115,4 +117,4 @@ "dependencies": { "find-package-json": "^1.2.0" } -} +} \ No newline at end of file