Skip to content

Commit

Permalink
Merge pull request #16 from adamjosefus/development
Browse files Browse the repository at this point in the history
Upgrade dependecies
  • Loading branch information
adamjosefus authored Feb 21, 2022
2 parents a31381b + 76aa5a0 commit 45dd563
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/


import { join } from "https://deno.land/std@0.125.0/path/mod.ts";
import { gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts";
import { join } from "https://deno.land/std@0.126.0/path/mod.ts";
import { gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts";


const name = 'pkg.bundled.js';
Expand Down
4 changes: 2 additions & 2 deletions bin/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/


import { join } from "https://deno.land/std@0.125.0/path/mod.ts";
import { gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts";
import { join } from "https://deno.land/std@0.126.0/path/mod.ts";
import { gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts";


const name = (os => {
Expand Down
4 changes: 2 additions & 2 deletions lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
*/


import { join, basename, dirname, isAbsolute } from "https://deno.land/std@0.125.0/path/mod.ts";
import { green, red, gray, bold } from "https://deno.land/std@0.125.0/fmt/colors.ts";
import { join, basename, dirname, isAbsolute } from "https://deno.land/std@0.126.0/path/mod.ts";
import { green, red, gray, bold } from "https://deno.land/std@0.126.0/fmt/colors.ts";
import { Arguments, ValueException } from "https://deno.land/x/[email protected]/mod.ts";
import { existsSync } from "./exists.ts";

Expand Down

0 comments on commit 45dd563

Please sign in to comment.