Skip to content

Commit 38366d2

Browse files
authored
chore(userstyles.yml): use new package_registry category (#1714)
1 parent fc54910 commit 38366d2

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"imports": {
33
"@/": "./scripts/",
44
"@actions/core": "npm:@actions/[email protected]",
5-
"@catppuccin/catppuccin/": "https://raw.githubusercontent.com/catppuccin/catppuccin/8571231c98203ef4d431ff64494b71c76a7c5f82/",
5+
"@catppuccin/catppuccin/": "https://raw.githubusercontent.com/catppuccin/catppuccin/d4f82739e687cfd19d168be355367fdbbcc8e029/",
66
"@catppuccin/palette": "npm:@catppuccin/palette@^1.7.1",
77
"@octokit/rest": "npm:@octokit/rest@^21.0.2",
88
"@std/assert": "jsr:@std/assert@^1.0.9",

deno.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/types/userstyles.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export type Category =
2929
| "development"
3030
| "discussion_forum"
3131
| "document_viewer"
32+
| "documentation_generator"
3233
| "education"
3334
| "email_client"
3435
| "entertainment"
@@ -41,10 +42,12 @@ export type Category =
4142
| "news_and_journalism"
4243
| "note_taking"
4344
| "notification_daemon"
45+
| "package_registry"
4446
| "photo_and_video"
4547
| "productivity"
4648
| "search_engine"
4749
| "social_networking"
50+
| "syntax_highlighting"
4851
| "system"
4952
| "terminal"
5053
| "translation_tool"

scripts/userstyles.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ userstyles:
184184
crates.io:
185185
name: crates.io
186186
link: https://crates.io
187-
categories: [development]
187+
categories: [package_registry]
188188
icon: rust
189189
color: yellow
190190
current-maintainers: [*uncenter]
@@ -322,7 +322,7 @@ userstyles:
322322
hackage:
323323
name: Hackage
324324
link: https://hackage.haskell.org
325-
categories: [development]
325+
categories: [package_registry]
326326
icon: haskell
327327
color: mauve
328328
current-maintainers: [*jn-sena]
@@ -604,7 +604,7 @@ userstyles:
604604
npm:
605605
name: npm
606606
link: https://www.npmjs.com
607-
categories: [development]
607+
categories: [package_registry]
608608
icon: npm
609609
color: red
610610
current-maintainers: [*uncenter]
@@ -696,7 +696,7 @@ userstyles:
696696
pypi:
697697
name: PyPI
698698
link: https://pypi.org
699-
categories: [development]
699+
categories: [package_registry]
700700
color: sapphire
701701
current-maintainers: [*trinkey]
702702
pythonanywhere:

0 commit comments

Comments
 (0)