diff --git a/package.json b/package.json index ed3fcf6a2..41b7dfd58 100644 --- a/package.json +++ b/package.json @@ -77,12 +77,8 @@ }, "files": [ "src", - "android", - "ios", "harmony", "react-native-webview.podspec", - "!android/build", - "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" @@ -96,10 +92,5 @@ ] } }, - "codegenConfig": { - "name": "WebViewSpecs", - "type": "components", - "jsSrcsDir": "src" - }, "packageManager": "yarn@1.22.19" }