Skip to content

Commit 7894ae3

Browse files
Fix config plugin INVALID_PLUGIN_IMPORT error (#2080)
1 parent 8725085 commit 7894ae3

File tree

2 files changed

+89
-384
lines changed

2 files changed

+89
-384
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "jest",
1313
"typescript": "tsc --noEmit",
1414
"lint": "eslint \"**/*.{js,ts,tsx}\" --ignore-pattern \"docs/api-reference/*\" --ignore-path .gitignore",
15-
"prepare": "bob build && husky",
15+
"prepare": "bob build && rm -rf lib/*/package.json && husky",
1616
"release": "./scripts/publish",
1717
"example": "yarn --cwd example",
1818
"pods": "cd example && npx pod-install --quiet",
@@ -59,7 +59,7 @@
5959
"prettier": "^3.5.2",
6060
"react": "^19.0.0",
6161
"react-native": "^0.78.0",
62-
"react-native-builder-bob": "^0.37.0",
62+
"react-native-builder-bob": "^0.40.13",
6363
"ts-node": "^10.9.2",
6464
"typedoc": "^0.27.9",
6565
"typescript": "^5.7.3"
@@ -130,12 +130,7 @@
130130
"configFile": true
131131
}
132132
],
133-
[
134-
"typescript",
135-
{
136-
"configFile": true
137-
}
138-
]
133+
"typescript"
139134
]
140135
},
141136
"resolutions": {

0 commit comments

Comments
 (0)