From c7afdf8f911eb339d6b87fa4536103f7e02f22dc Mon Sep 17 00:00:00 2001 From: Kilian Finger Date: Sat, 23 Nov 2024 10:45:41 +0100 Subject: [PATCH] fix: cleanup published files --- .npmignore | 4 ---- package.json | 2 +- packages/examples/package.json | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.npmignore b/.npmignore index 997ea7df6..4c0e5f907 100644 --- a/.npmignore +++ b/.npmignore @@ -42,7 +42,3 @@ android/local.properties example __tests__ coverage - -plugin/src -plugin/jest.config.js -plugin/tsconfig.json diff --git a/package.json b/package.json index afe7a2095..d42899267 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "*.podspec", "react-native.config.json", "app.plugin.js", - "plugin", + "plugin/build/**", "!ios/build", "!android/build", "!android/gradle", diff --git a/packages/examples/package.json b/packages/examples/package.json index 3a5d8ccf0..c2269ca7c 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -6,11 +6,6 @@ "module": "index.js", "react-native": "index.js", "source": "index.js", - "files": [ - "index.js", - "src", - "!**/__tests__" - ], "peerDependencies": { "@react-native-masked-view/masked-view": "*", "react": "*",