diff --git a/package.json b/package.json index ad2bde5..ccdf480 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "react-native-toasty", - "version": "1.0.0", - "description": "React Native: Native Toast", - "main": "js/RNToasty.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [ - "react-native" - ], - "homepage": "https://github.com/prscX/react-native-toasty.git", - "author": "Pranav Raj Singh Chauhan", - "license": "Apache License 2.0", - "repository": { - "type": "git", - "url": "https://github.com/prscX/react-native-toasty.git" - }, - "dependencies": { - "react-native-vector-icons": "6.6.0" - }, - "devDependencies": { - "prettier-pack": "0.0.8" - }, - "peerDependencies": {} + "name": "react-native-toasty", + "version": "1.0.1", + "description": "React Native: Native Toast", + "main": "js/RNToasty.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "react-native" + ], + "homepage": "https://github.com/prscX/react-native-toasty.git", + "author": "Pranav Raj Singh Chauhan", + "license": "Apache License 2.0", + "repository": { + "type": "git", + "url": "https://github.com/prscX/react-native-toasty.git" + }, + "dependencies": { + "react-native-vector-icons": "6.6.0" + }, + "devDependencies": { + "prettier-pack": "0.0.8" + }, + "peerDependencies": {} }