Skip to content

Commit

Permalink
chore: update ios and android peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 10, 2020
1 parent dfe4239 commit 12daa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "~2.1.0"
"@capacitor/core": "~2.2.0"
},
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "~2.1.0"
"@capacitor/core": "~2.2.0"
}
}

0 comments on commit 12daa6a

Please sign in to comment.