Skip to content

Commit

Permalink
feat(bump): version 1.3.0 with FlatList
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Apr 30, 2019
1 parent 53682e4 commit 0979b39
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "react-native-camera-roll-picker",
"version": "1.2.3",
"description": "A React Native component providing images selection from camera roll ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"version": "1.3.0",
"author": "jeanpan",
"bugs": {
"url": "https://github.com/jeanpan/react-native-camera-roll-picker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanpan/react-native-camera-roll-picker.git"
"dependencies": {
"prop-types": "^15.6.0"
},
"homepage": "https://github.com/jeanpan/react-native-camera-roll-picker#readme",
"keywords": [
"react-native-component",
"cameraroll",
"ios",
"picker",
"react-component",
"react-native",
"ios",
"cameraroll",
"picker"
"react-native-component"
],
"author": "jeanpan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanpan/react-native-camera-roll-picker/issues"
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeanpan/react-native-camera-roll-picker.git"
},
"homepage": "https://github.com/jeanpan/react-native-camera-roll-picker#readme",
"dependencies": {
"prop-types": "^15.6.0"
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 0979b39

Please sign in to comment.