Skip to content

Commit

Permalink
fix: fixing peer deps issues in android and ios libs
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Jul 7, 2021
1 parent 2a5755e commit 310d9f4
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 @@ -22,7 +22,7 @@
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "~3.1.0"
"@capacitor/core": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pod:lint:CapacitorCordova": "pod lib lint --allow-warnings CapacitorCordova.podspec"
},
"peerDependencies": {
"@capacitor/core": "~3.1.0"
"@capacitor/core": "3.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 310d9f4

Please sign in to comment.