There was an error while loading. Please reload this page.
1 parent 7f69acd commit be31e12Copy full SHA for be31e12
.gitignore
@@ -1,3 +1,5 @@
1
+package-lock.json
2
+
3
# OSX
4
#
5
.DS_Store
package.json
@@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/lwansbrough/react-native-camera.git"
6
},
7
- "version": "0.9.0",
+ "version": "0.9.2",
8
"description": "A Camera component for React Native. Also reads barcodes.",
9
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
10
"nativePackage": true,
@@ -30,4 +30,4 @@
30
"scripts": {
31
"postinstall": "opencollective postinstall"
32
}
33
-}
+}
0 commit comments