Skip to content

Commit

Permalink
build: add optionator as optional peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Oct 9, 2022
1 parent 14e75f5 commit 4e1904e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/vite-plugin-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"typescript": "*",
"vite": "^2.0.0 || ^3.0.0-0",
"vls": "*",
"vti": "*"
"vti": "*",
"optionator": "^0.9.1"
},
"peerDependenciesMeta": {
"eslint": {
Expand All @@ -76,6 +77,9 @@
},
"vti": {
"optional": true
},
"optionator": {
"optional": true
}
},
"devDependencies": {
Expand Down

0 comments on commit 4e1904e

Please sign in to comment.