Skip to content

Commit

Permalink
fix: add missing peer dependencies (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Oct 6, 2021
1 parent 14c2d23 commit 34ebcd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Expand Up @@ -74,6 +74,20 @@
"semver": "^7.3.2",
"tapable": "^1.0.0"
},
"peerDependencies": {
"eslint": ">= 6",
"typescript": ">= 2.7",
"webpack": ">= 4",
"vue-template-compiler": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
},
"vue-template-compiler": {
"optional": true
}
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
Expand Down

0 comments on commit 34ebcd8

Please sign in to comment.