From c3885bb9aa441ea2469061977499d1f06765afae Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 10 Apr 2024 14:14:12 -0500 Subject: [PATCH] build: remove outdated builder bob settings thsi was before transition out of @react-native-community namespace --- package.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/package.json b/package.json index 7332835..52da495 100644 --- a/package.json +++ b/package.json @@ -137,17 +137,6 @@ "bracketSameLine": true, "parser": "typescript" }, - "@react-native-community/bob": { - "source": "src", - "output": "lib", - "targets": [ - [ - "commonjs" - ], - "module", - "typescript" - ] - }, "react-native": "src/index.ts", "react-native-builder-bob": { "source": "src",