Skip to content

Commit

Permalink
Merge pull request #44 from vaibhavshn/fix-peer-dep
Browse files Browse the repository at this point in the history
fix: support v3 @stencil/core
  • Loading branch information
kapilkaisare authored Mar 21, 2023
2 parents b67ae6b + c10b66e commit ac896ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "~8.3.8"
},
"peerDependencies": {
"@stencil/core": ">=2.0.0"
"@stencil/core": ">=2.0.0 || >=3.0.0"
},
"devDependencies": {
"@ionic/prettier-config": "^2.0.0",
Expand Down

0 comments on commit ac896ff

Please sign in to comment.