Skip to content

Commit 112a845

Browse files
committed
fix: correct jsSrcsDir path in package.json
1 parent 7407898 commit 112a845

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": "RNIterableSpec",
183183
"type": "modules",
184-
"jsSrcsDir": "src",
184+
"jsSrcsDir": "src/",
185185
"android": {
186186
"javaPackageName": "com.iterable.reactnative"
187187
}

0 commit comments

Comments
 (0)