Skip to content

Commit

Permalink
Upgradde to deno 0.81
Browse files Browse the repository at this point in the history
  • Loading branch information
siokas committed Dec 14, 2020
1 parent bdeb1e0 commit 7f45c3b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deno.enable": true
}
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export const test = Deno.test;
export { parse } from "https://deno.land/std@0.77.0/flags/mod.ts";
export { parse } from "https://deno.land/std@0.81.0/flags/mod.ts";
export {
blue,
bold,
green,
red,
yellow,
} from "https://deno.land/std@0.77.0/fmt/colors.ts";
} from "https://deno.land/std@0.81.0/fmt/colors.ts";
export {
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
} from "https://deno.land/std@0.77.0/testing/asserts.ts";
} from "https://deno.land/std@0.81.0/testing/asserts.ts";
18 changes: 9 additions & 9 deletions egg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "denomander",
"description": "Deno command-line interfaces made easy",
"homepage": "https://github.com/siokas/denomander",
"files": [
"./**/*.ts",
"README.md"
],
"entry": "./mod.ts"
}
"name": "denomander",
"description": "Deno command-line interfaces made easy",
"homepage": "https://github.com/siokas/denomander",
"files": [
"./**/*.ts",
"README.md"
],
"entry": "./mod.ts"
}

0 comments on commit 7f45c3b

Please sign in to comment.