Skip to content

Commit

Permalink
fix: Make @capacitor/core peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 19, 2023
1 parent 156a8db commit 0c07430
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 7 additions & 4 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
},
"author": "mesur.io <oss@mesur.io>",
"license": "MIT",
"dependencies": {
"@capacitor/core": "^5.0.0"
},
"devDependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/ios": "^5.0.0",
"husky": "^4.2.5",
"np": "^7.6.2",
Expand All @@ -32,6 +30,9 @@
"rollup": "^2.29.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"@capacitor/core": "^5.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
Expand Down

0 comments on commit 0c07430

Please sign in to comment.