diff --git a/package.json b/package.json index 5b9fc3b..1019e91 100644 --- a/package.json +++ b/package.json @@ -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" } }