Skip to content

Commit

Permalink
fix: make @vue/composition-api optional (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiontupper committed Jun 24, 2021
1 parent 8b82be7 commit 33eee5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@
"@vue/composition-api": "^1.0.0-beta.1",
"vue": "^2.0.0 || >=3.0.0-rc.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/posva/vuefire.git"
Expand Down

0 comments on commit 33eee5e

Please sign in to comment.