Skip to content

Commit 789e599

Browse files
committed
Sort packages differently for ref output
1 parent bac83a4 commit 789e599

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/packages.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ exports.core = [
55
"view",
66
"language",
77
"commands",
8-
"collab",
9-
"language-data",
108
"search",
11-
"lint",
129
"autocomplete",
13-
"basic-setup"
10+
"lint",
11+
"collab",
12+
"basic-setup",
13+
"language-data",
1414
]
1515
exports.nonCore = [
1616
"lang-javascript",

0 commit comments

Comments
 (0)