[git] ignore package-lock

update package.json
This commit is contained in:
rt2zz 2017-06-15 12:55:43 -07:00
parent 7f69acdad1
commit be31e128b4
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
package-lock.json
# OSX
#
.DS_Store

View File

@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/lwansbrough/react-native-camera.git"
},
"version": "0.9.0",
"version": "0.9.2",
"description": "A Camera component for React Native. Also reads barcodes.",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"nativePackage": true,
@ -30,4 +30,4 @@
"scripts": {
"postinstall": "opencollective postinstall"
}
}
}