Skip to content

Commit 0855630

Browse files
committed
chore: update package.json and tsconfig.json configurations, add peerDependencies in yarn.lock
1 parent aa41653 commit 0855630

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.yarn/install-state.gz

152 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
}
5858
},
5959
"packageManager": "yarn@4.9.0"
60-
}
60+
}

tsconfig.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
"compilerOptions": {
55
"outDir": "./build"
66
},
7-
"include": [
8-
"./src",
9-
"./example/src"
10-
],
11-
"exclude": [
12-
"**/__mocks__/*",
13-
"**/__tests__/*",
14-
"**/__rsc_tests__/*"
15-
]
16-
}
7+
"include": ["./src"],
8+
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__rsc_tests__/*"]
9+
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,9 +2249,13 @@ __metadata:
22492249
react-native: "npm:0.76.9"
22502250
typescript: "npm:^5.3.3"
22512251
peerDependencies:
2252+
"@iterable/react-native-sdk": ^2.0.0-beta.1
22522253
expo: "*"
22532254
react: "*"
22542255
react-native: "*"
2256+
peerDependenciesMeta:
2257+
expo:
2258+
optional: true
22552259
languageName: unknown
22562260
linkType: soft
22572261

0 commit comments

Comments
 (0)