Skip to content

Commit d25b901

Browse files
KerimMKerim Mathlouthi
andauthored
Fix peerDependencies for capacitor migration tool (#285)
Co-authored-by: Kerim Mathlouthi <[email protected]>
1 parent 10c3d69 commit d25b901

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codetrix-studio/capacitor-google-auth",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Google Auth plugin for capacitor.",
55
"main": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -26,7 +26,7 @@
2626
"typescript": "^4.7.4"
2727
},
2828
"peerDependencies": {
29-
"@capacitor/core": "^5.0.4"
29+
"@capacitor/core": "^5.0.0"
3030
},
3131
"files": [
3232
"dist/",
@@ -56,10 +56,10 @@
5656
},
5757
"repository": {
5858
"type": "git",
59-
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth.git"
59+
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth"
6060
},
6161
"bugs": {
62-
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth.git/issues"
62+
"url": "https://github.com/CodetrixStudio/CapacitorGoogleAuth/issues"
6363
},
6464
"prettier": "@ionic/prettier-config"
65-
}
65+
}

0 commit comments

Comments
 (0)