-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(connect): replace skypaack with npm. Fix broken storage test. fmt
- Loading branch information
1 parent
3ddce43
commit 7a2ce78
Showing
7 changed files
with
78 additions
and
328 deletions.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -1,11 +1,13 @@ | ||
import { create as signJWT } from 'https://deno.land/x/[email protected]/mod.ts' | ||
import { contentType } from 'https://deno.land/[email protected]/media_types/mod.ts' | ||
import { extname } from 'https://deno.land/[email protected]/path/mod.ts' | ||
|
||
export * as R from 'https://cdn.skypack.dev/[email protected]' | ||
export { default as crocks } from 'https://cdn.skypack.dev/[email protected]' | ||
export { ms } from 'https://deno.land/x/[email protected]/ms.ts' | ||
|
||
// @deno-types="npm:@types/ramda@^0.28.23" | ||
export * as R from 'npm:[email protected]' | ||
|
||
export { default as crocks } from 'npm:[email protected]' | ||
|
||
/** | ||
* See deps.node.ts for shims of below | ||
*/ | ||
|
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
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
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