Skip to content

Commit c7db8bc

Browse files
committed
Switch @primer/octicons import to npm in deno.json
Updated the @primer/octicons import in deno.json to use the npm registry instead of esm.sh. This change ensures consistent dependency management via npm for this package.
1 parent 238e101 commit c7db8bc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"imports": {
5252
"@actions/core": "npm:@actions/core@^1.11.1",
5353
"@std/yaml": "jsr:@std/yaml@^1.0.9",
54-
"@primer/octicons": "https://esm.sh/@primer/octicons@^19"
54+
"@primer/octicons": "npm:@primer/octicons@^19"
5555
}
5656
}

deno.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)