Skip to content

Commit 8c6739e

Browse files
authored
chore: improve tools setup (#81)
1 parent 38d0df1 commit 8c6739e

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

example/ios/.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.4

package.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,19 @@
168168
"source": "src",
169169
"output": "lib",
170170
"targets": [
171-
["commonjs", {
172-
"esm": true,
173-
"sourceMaps": false }],
174-
["module", { "esm": true }],
171+
[
172+
"commonjs",
173+
{
174+
"esm": true,
175+
"sourceMaps": false
176+
}
177+
],
178+
[
179+
"module",
180+
{
181+
"esm": true
182+
}
183+
],
175184
"typescript"
176185
]
177186
},
@@ -187,5 +196,9 @@
187196
"languages": "kotlin-objc",
188197
"type": "turbo-module",
189198
"version": "0.50.2"
199+
},
200+
"volta": {
201+
"node": "22.17.0",
202+
"yarn": "3.6.1"
190203
}
191204
}

0 commit comments

Comments
 (0)