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
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@
}
},
"remote": {
"https://cdn.skypack.dev/-/[email protected]/dist=es2019,mode=imports/optimized/crocks.js": "93d587d18dc5f124f30e5b38de37a6471eb65309c94ef2ffc7a36dc40ab394da",
"https://cdn.skypack.dev/[email protected]": "fc624b776247aa182539fed6fe1b21a578609d1c2c0e31830c4469f2bcd099cd",
"https://deno.land/[email protected]/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee",
"https://deno.land/[email protected]/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56",
"https://deno.land/[email protected]/fs/_util.ts": "fbf57dcdc9f7bc8128d60301eece608246971a7836a3bb1e78da75314f08b978",
Expand Down
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.