Skip to content

Commit eb0a93a

Browse files
author
Amine
committed
fix: add missing comma in package.json dependencies
1 parent 649290c commit eb0a93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@powersync/common": "workspace:*",
4747
"@powersync/react": "workspace:*",
48-
"expo-file-system": "18.0.12"
48+
"expo-file-system": "18.0.12",
4949
"async-mutex": "^0.5.0"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)