Skip to content

Commit 07bcbc3

Browse files
committed
Move keytar and keymap to optional dependencies.
* See coder/code-server#4179
1 parent 1783427 commit 07bcbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,8 @@
6969
"https-proxy-agent": "^2.2.3",
7070
"iconv-lite-umd": "0.6.8",
7171
"jschardet": "3.0.0",
72-
"keytar": "7.2.0",
7372
"minimist": "^1.2.5",
7473
"native-is-elevated": "0.4.3",
75-
"native-keymap": "2.2.1",
7674
"native-watchdog": "1.3.0",
7775
"node-pty": "0.11.0-beta7",
7876
"nsfw": "2.1.2",
@@ -227,6 +225,8 @@
227225
"url": "https://github.com/microsoft/vscode/issues"
228226
},
229227
"optionalDependencies": {
228+
"keytar": "7.2.0",
229+
"native-keymap": "2.2.1",
230230
"vscode-windows-registry": "1.0.3",
231231
"windows-foreground-love": "0.4.0",
232232
"windows-mutex": "0.4.1",

0 commit comments

Comments
 (0)