We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f735f9 commit 3eaf452Copy full SHA for 3eaf452
package.json
@@ -115,7 +115,10 @@
115
},
116
"plugins": {
117
"@release-it/conventional-changelog": {
118
- "preset": "angular"
+ "preset": {
119
+ "name": "angular"
120
+ },
121
+ "infile": "CHANGELOG.md"
122
}
123
124
@@ -154,7 +157,6 @@
154
157
"source": "src",
155
158
"output": "lib",
156
159
"targets": [
- "codegen",
160
[
161
"commonjs",
162
{
@@ -176,18 +178,6 @@
176
178
]
177
179
180
- "codegenConfig": {
- "name": "RNInputOtpNativeSpec",
181
- "type": "modules",
182
- "jsSrcsDir": "src",
183
- "outputDir": {
184
- "ios": "ios/generated",
185
- "android": "android/generated"
186
- },
187
- "android": {
188
- "javaPackageName": "com.inputotpnative"
189
- }
190
191
"create-react-native-library": {
192
"languages": "js",
193
"type": "library",
0 commit comments