Skip to content

Commit

Permalink
replace esm.sh deps with npm:
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 19, 2024
1 parent 431885a commit fbc252d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@std/semver": "jsr:@std/semver@^0.220.1",
"@std/ulid": "jsr:@std/ulid@^0.220.1",
"@std/yaml": "jsr:@std/yaml@^0.220.1",
"highlight.js": "https://esm.sh/[email protected]",
"markdown-it": "https://esm.sh/[email protected]",
"markdown-it-anchor": "https://esm.sh/[email protected]",
"markdown-it-toc-done-right": "https://esm.sh/[email protected]",
"highlight.js": "npm:[email protected]",
"markdown-it": "npm:[email protected]",
"markdown-it-anchor": "npm:[email protected]",
"markdown-it-toc-done-right": "npm:[email protected]",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/"
},
Expand Down

0 comments on commit fbc252d

Please sign in to comment.