Skip to content

Commit 6c2c3ba

Browse files
committed
Move lsp-client and merge packages to core
1 parent ba21707 commit 6c2c3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/packages.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ exports.core = [
1010
"lint",
1111
"collab",
1212
"language-data",
13+
"merge",
14+
"lsp-client",
1315
"codemirror",
1416
]
1517
exports.nonCore = [
@@ -36,9 +38,7 @@ exports.nonCore = [
3638
"lang-yaml",
3739
"lang-jinja",
3840
"legacy-modes",
39-
"theme-one-dark",
40-
"merge",
41-
"lsp-client"
41+
"theme-one-dark"
4242
]
4343

4444
exports.all = exports.core.concat(exports.nonCore)

0 commit comments

Comments
 (0)