Skip to content

Commit 9cb5fb3

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
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",
@@ -137,7 +135,6 @@
137135
"cssnano": "^4.1.11",
138136
"debounce": "^1.0.0",
139137
"deemon": "^1.4.0",
140-
"electron": "13.1.8",
141138
"eslint": "6.8.0",
142139
"eslint-plugin-header": "3.1.1",
143140
"eslint-plugin-jsdoc": "^19.1.0",
@@ -227,6 +224,9 @@
227224
"url": "https://github.com/microsoft/vscode/issues"
228225
},
229226
"optionalDependencies": {
227+
"electron": "13.1.8",
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)