Skip to content

Commit 1189421

Browse files
committed
🎉 feat(app): 更新
1 parent 545b60f commit 1189421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const npmDepCheck = async () => {
1414
}
1515
};
1616

17-
const npmDepCheckInstaller = (cli: CAC) => {
17+
const npmDepCheckInstaller = () => {
1818
return {
1919
name: "npmDepCheckInstaller",
20-
setup: () => {
20+
setup: (cli: CAC) => {
2121
cli
2222
.command(
2323
"depcheck",

0 commit comments

Comments
 (0)