-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
511dc93
commit 1b45a73
Showing
6 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * as colors from "https://deno.land/std@0.102.0/fmt/colors.ts"; | ||
export * as colors from "https://deno.land/std@0.103.0/fmt/colors.ts"; |
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 +1 @@ | ||
export * from "https://deno.land/std@0.102.0/fs/mod.ts"; | ||
export * from "https://deno.land/std@0.103.0/fs/mod.ts"; |
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 +1 @@ | ||
export * from "https://deno.land/std@0.102.0/http/mod.ts"; | ||
export * from "https://deno.land/std@0.103.0/http/mod.ts"; |
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 +1 @@ | ||
export * from "https://deno.land/std@0.102.0/path/mod.ts"; | ||
export * from "https://deno.land/std@0.103.0/path/mod.ts"; |
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 |
---|---|---|
|
@@ -7,12 +7,12 @@ | |
*/ | ||
|
||
// cache in instalation time | ||
import "https://cdn.skypack.dev/[email protected].2/transition"; | ||
import "https://cdn.skypack.dev/[email protected].2/internal"; | ||
import "https://cdn.skypack.dev/[email protected].2/animate"; | ||
import "https://cdn.skypack.dev/[email protected].2/easing"; | ||
import "https://cdn.skypack.dev/[email protected].2/motion"; | ||
import "https://cdn.skypack.dev/[email protected].2/store"; | ||
import "https://cdn.skypack.dev/[email protected].3/transition"; | ||
import "https://cdn.skypack.dev/[email protected].3/internal"; | ||
import "https://cdn.skypack.dev/[email protected].3/animate"; | ||
import "https://cdn.skypack.dev/[email protected].3/easing"; | ||
import "https://cdn.skypack.dev/[email protected].3/motion"; | ||
import "https://cdn.skypack.dev/[email protected].3/store"; | ||
|
||
const install = async (name: string, url: string, importmap?: boolean) => { | ||
const process = Deno.run({ | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
* | ||
*/ | ||
|
||
export const VERSION = "0.5.6"; | ||
export const VERSION = "0.5.7"; | ||
|
||
export const URL_SVELTE_CDN = "https://cdn.skypack.dev/[email protected]"; |