Skip to content

Commit

Permalink
build: add peerDependenciesMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Aug 6, 2022
1 parent dca4157 commit 24d22b7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,21 @@
"vscode-uri": "^3.0.2"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0-0"
"vite": "^2.0.0 || ^3.0.0-0",
"eslint": ">=7",
"vls": "*",
"typescript": "*"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
},
"typescript": {
"optional": true
},
"vls": {
"optional": true
}
},
"devDependencies": {
"@types/eslint": "^7.2.14",
Expand Down

0 comments on commit 24d22b7

Please sign in to comment.