generated from hyper63/adapter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pull crocks from NPM in lieu of skypack
- Loading branch information
1 parent
7703f45
commit 9037945
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' | ||
|
||
|