Skip to content

Commit

Permalink
chore: pull crocks from NPM in lieu of skypack
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Nov 28, 2023
1 parent 7703f45 commit 9037945
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions deno.lock

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

2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Shim hand-rolled crocks types
*/
// @deno-types="./crocks.d.ts"
export { default as crocks } from 'https://cdn.skypack.dev/[email protected]'
export { default as crocks } from 'npm:[email protected]'
// @deno-types="npm:@types/ramda@^0.29.9"
export * as R from 'npm:[email protected]'

Expand Down

0 comments on commit 9037945

Please sign in to comment.