Skip to content

Commit

Permalink
Merge branch 'release/5.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomejerry committed Sep 10, 2018
2 parents 96af1be + 7ee8a16 commit 3ae569c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "react-native-qrcode-svg",
"version": "5.1.0",
"version": "5.1.1",
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"prepare": "rm -rf example",
"test": "jest",
Expand Down Expand Up @@ -40,7 +41,7 @@
"peerDependencies": {
"react-native": ">=0.46.0",
"react": "*",
"react-native-svg": "^5.4.1"
"react-native-svg": "^6.5.2"
},
"dependencies": {
"prop-types": "^15.5.10",
Expand Down

0 comments on commit 3ae569c

Please sign in to comment.