Skip to content

Commit

Permalink
fix: pin esm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 24, 2023
1 parent 9fc3b64 commit ec15e8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]"
"preact": "https://esm.sh/[email protected]?pin=v135",
"preact/": "https://esm.sh/[email protected]?pin=v135/",
"preact-render-to-string": "https://esm.sh/*[email protected]?pin=v135"
}
}

0 comments on commit ec15e8c

Please sign in to comment.