Skip to content

Commit

Permalink
Merge pull request #23 from njpearman/deno-1.2
Browse files Browse the repository at this point in the history
Bumps Deno to v1.2 and std to v0.61
  • Loading branch information
siokas authored Jul 14, 2020
2 parents 657b24f + 2e8d575 commit 8ae2bcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: v1.x
deno-version: v1.2.0
- run: deno fmt --check
- run: deno test

7 changes: 3 additions & 4 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
export const test = Deno.test;
export { parse } from "https://deno.land/std@v0.51.0/flags/mod.ts";
export { parse } from "https://deno.land/std@v0.61.0/flags/mod.ts";
export {
green,
yellow,
red,
blue,
bold,
} from "https://deno.land/std@v0.51.0/fmt/colors.ts";
} from "https://deno.land/std@v0.61.0/fmt/colors.ts";
export {
assert,
assertEquals,
assertStrictEq,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@v0.51.0/testing/asserts.ts";
} from "https://deno.land/std@v0.61.0/testing/asserts.ts";

0 comments on commit 8ae2bcd

Please sign in to comment.