Skip to content

Commit ac7ccf4

Browse files
committed
fix: update jsSrcsDir path in package.json to point to src/api/ for better organization
1 parent c205bd4 commit ac7ccf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"codegenConfig": {
182182
"name": "RNIterableAPISpec",
183183
"type": "modules",
184-
"jsSrcsDir": "src/",
184+
"jsSrcsDir": "src/api/",
185185
"android": {
186186
"javaPackageName": "com.iterable.reactnative"
187187
},

0 commit comments

Comments
 (0)