Skip to content

Commit

Permalink
- bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Apr 7, 2020
1 parent b2b549f commit c991983
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit c991983

Please sign in to comment.