Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Sep 16, 2022
1 parent 1f18975 commit 20e65ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stripe/stripe-react-native",
"version": "0.18.1",
"version": "0.19.0",
"author": "Stripe",
"description": "Stripe SDK for React Native",
"main": "lib/commonjs/index",
Expand Down Expand Up @@ -73,9 +73,9 @@
"webdriverio": "^7.16.15"
},
"peerDependencies": {
"expo": ">=46.0.9",
"react": "*",
"react-native": "*",
"expo": ">=46.0.9"
"react-native": "*"
},
"peerDependenciesMeta": {
"expo": {
Expand Down

0 comments on commit 20e65ba

Please sign in to comment.