Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore: add @vue/composition-api as an optional peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed May 31, 2021
1 parent b8b7ab4 commit 3341e04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@
"peerDependencies": {
"algoliasearch": ">= 3.32.0 < 5",
"vue": "^2.6.0 || >=3.0.0-rc.0",
"@vue/composition-api": "^1.0.0-beta.1",
"vue-server-renderer": "^2.6.11"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {
"@storybook/addon-actions": "3.4.11",
"@storybook/addon-knobs": "3.4.11",
Expand Down

0 comments on commit 3341e04

Please sign in to comment.