Commit a94839d
committed
fix: peerDependency for pnpm compatibility
To fix the error below when using pnpm v10 (error on v10, warning on v9 and below)
ERR_PNPM_INVALID_PEER_DEPENDENCY_SPECIFICATION The peerDependencies field named '@capacitor/core' of package '@capacitor/geolocation' has an invalid value: 'next'
The values in peerDependencies should be either a valid semver range, a `workspace:` spec, or a `catalog:` spec1 parent b318868 commit a94839d
2 files changed
+20
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments