Skip to content

Commit

Permalink
fix(deps): move mac-windows to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 12, 2024
1 parent fad2faf commit 8ffe26a
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 238 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"jsonfile": "6.1.0",
"keyv": "^5.0.1",
"keyv-file": "^5.0.3",
"mac-windows": "1.0.0",
"quick-score": "^0.2.0",
"rimraf": "6.0.1",
"safe-stable-stringify": "^2.5.0",
Expand Down Expand Up @@ -182,7 +181,8 @@
},
"optionalDependencies": {
"file-icon": "5.1.1",
"get-app-icon": "1.0.1"
"get-app-icon": "1.0.1",
"mac-windows": "1.0.0"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 8ffe26a

Please sign in to comment.