Skip to content

Commit be31e12

Browse files
author
rt2zz
committed
[git] ignore package-lock
update package.json
1 parent 7f69acd commit be31e12

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
package-lock.json
2+
13
# OSX
24
#
35
.DS_Store

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/lwansbrough/react-native-camera.git"
66
},
7-
"version": "0.9.0",
7+
"version": "0.9.2",
88
"description": "A Camera component for React Native. Also reads barcodes.",
99
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
1010
"nativePackage": true,
@@ -30,4 +30,4 @@
3030
"scripts": {
3131
"postinstall": "opencollective postinstall"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)