Skip to content

Commit 9037945

Browse files
committed
chore: pull crocks from NPM in lieu of skypack
1 parent 7703f45 commit 9037945

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deno.lock

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

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Shim hand-rolled crocks types
33
*/
44
// @deno-types="./crocks.d.ts"
5-
export { default as crocks } from 'https://cdn.skypack.dev/[email protected]'
5+
export { default as crocks } from 'npm:[email protected]'
66
// @deno-types="npm:@types/ramda@^0.29.9"
77
export * as R from 'npm:[email protected]'
88

0 commit comments

Comments
 (0)