Skip to content

Commit e3e98bd

Browse files
Merge pull request #13 from ionic-team/fix/set-peer-dependency
fix: set `peerDependency` on `@capacitor/core` to `>=7.0.0`
2 parents aa778fd + 9d2bd44 commit e3e98bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/capacitor-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/geolocation",
3-
"version": "7.1.0-dev.1",
3+
"version": "7.1.0-dev.2",
44
"description": "Geolocation plugin for Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",
@@ -71,7 +71,7 @@
7171
"typescript": "~5.4.5"
7272
},
7373
"peerDependencies": {
74-
"@capacitor/core": "next"
74+
"@capacitor/core": ">=7.0.0"
7575
},
7676
"prettier": "@ionic/prettier-config",
7777
"swiftlint": "@ionic/swiftlint-config",

0 commit comments

Comments
 (0)