Browse Source

react-native: remove extraneous comma

Renée Kooi 4 years ago
parent
commit
c5a8ac8c59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/react-native/package.json

+ 1 - 1
packages/@uppy/react-native/package.json

@@ -24,6 +24,6 @@
     "expo-document-picker": ">=6.0.0",
     "expo-image-picker": ">=6.0.0",
     "expo-permissions": ">=6.0.0",
-    "expo": ">=33.0.0",
+    "expo": ">=33.0.0"
   }
 }