Skip to content

Commit

Permalink
fix: add vue and @vue/compiler-sfc to optional peerDependencies
Browse files Browse the repository at this point in the history
Closes vuejs#1944
Should also closes pnpm/pnpm#4941
  • Loading branch information
sodatea authored and freddy38510 committed Nov 17, 2022
1 parent 91d3b1a commit e12884b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -40,6 +40,14 @@
"peerDependencies": {
"webpack": "^4.1.0 || ^5.0.0-0"
},
"peerDependenciesMeta": {
"@vue/compiler-sfc": {
"optional": true
},
"vue": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.11.5",
Expand Down

0 comments on commit e12884b

Please sign in to comment.