Skip to content

Commit

Permalink
fix(deps): remove mac-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 15, 2024
1 parent 64c8eae commit a8e0a14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@
},
"optionalDependencies": {
"file-icon": "5.1.1",
"get-app-icon": "1.0.1",
"mac-windows": "1.0.0"
"get-app-icon": "1.0.1"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/focus-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (isMac) {
>
}
let importKey = isMac ? "mac-windows" : ""
let { getWindows } = (await import(importKey)) as MacWindows
let { getWindows } = (await npm(importKey)) as MacWindows

let apps = await db<{ choices: Choice[] }>(kitPath("db", "apps.json"))

Expand Down

0 comments on commit a8e0a14

Please sign in to comment.