Skip to content

Commit

Permalink
Fix peerDependencies for capacitor migration tool (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Kerim Mathlouthi <kerim.mathlouthi@atos.net>
  • Loading branch information
KerimM and Kerim Mathlouthi authored Jun 1, 2023
1 parent 10c3d69 commit d25b901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetrix-studio/capacitor-google-auth",
"version": "3.3.1",
"version": "3.3.2",
"description": "Google Auth plugin for capacitor.",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@capacitor/core": "^5.0.4"
"@capacitor/core": "^5.0.0"
},
"files": [
"dist/",
Expand Down Expand Up @@ -56,10 +56,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth.git"
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth"
},
"bugs": {
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth.git/issues"
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues"
},
"prettier": "@ionic/prettier-config"
}
}

0 comments on commit d25b901

Please sign in to comment.