Skip to content

Commit

Permalink
fix: require @vue/composition-api
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 30, 2020
1 parent f7878e6 commit f81182e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
"gitHooks": {
"pre-commit": "lint-staged"
},
"dependencies": {},
"dependencies": {
"@vue/composition-api": "^0.5.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
Expand Down Expand Up @@ -87,7 +89,6 @@
},
"peerDependencies": {
"@nuxt/vue-app": "^2.12.2",
"@vue/composition-api": "^0.5.0",
"nuxt": "^2.12.2",
"vue": "^2"
}
Expand Down

0 comments on commit f81182e

Please sign in to comment.