-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from drashland/fix-version-and-update-deps
Fixed JSON error for getting std version, and updated to deno v1.2.2
- Loading branch information
Showing
10 changed files
with
55 additions
and
54 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import * as colours from "https://deno.land/std@0.61.0/fmt/colors.ts"; | ||
import * as colours from "https://deno.land/std@0.63.0/fmt/colors.ts"; | ||
export { colours }; | ||
|
||
export { assertEquals } from "https://deno.land/std@0.61.0/testing/asserts.ts"; | ||
export { assertEquals } from "https://deno.land/std@0.63.0/testing/asserts.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import { Drash } from "https://deno.land/x/drash@v1.1.1/mod.ts"; // up to date | ||
import { Drash } from "https://deno.land/x/drash@v1.2.1/mod.ts"; // up to date | ||
|
||
import * as fs from "https://deno.land/std@0.61.0/fs/mod.ts"; // up to date | ||
import * as fs from "https://deno.land/std@0.63.0/fs/mod.ts"; // up to date | ||
|
||
import * as colors from "https://deno.land/std@0.61.0/fmt/colors.ts"; // up to date | ||
import * as colors from "https://deno.land/std@0.63.0/fmt/colors.ts"; // up to date | ||
|
||
import { Drash as drash } from "https://deno.land/x/drash@v1.1.1/mod.ts"; // up to date | ||
import { Drash as drash } from "https://deno.land/x/drash@v1.2.1/mod.ts"; // up to date | ||
|
||
export { Drash, fs, colors }; |
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,7 +1,7 @@ | ||
import { Drash } from "https://deno.land/x/drash@v1.1.1/mod.ts"; // up to date | ||
import { Drash } from "https://deno.land/x/drash@v1.2.1/mod.ts"; // up to date | ||
|
||
import * as fs from "https://deno.land/std@0.61.0/fs/mod.ts"; // up to date | ||
import * as fs from "https://deno.land/std@0.63.0/fs/mod.ts"; // up to date | ||
|
||
import * as colors from "https://deno.land/std@0.61.0/fmt/colors.ts"; // up to date | ||
import * as colors from "https://deno.land/std@0.63.0/fmt/colors.ts"; // up to date | ||
|
||
export { Drash, fs, colors }; |
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