Skip to content

Commit

Permalink
Update colors path
Browse files Browse the repository at this point in the history
`std/colors/mod.ts` was moved to `std/fmt/colors.ts` [here](denoland/deno_std#571)
  • Loading branch information
Pato94 committed Sep 3, 2019
1 parent 5ec8cf1 commit 4cb15a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from "https://deno.land/std/fs/path.ts";
import * as http from "https://deno.land/std/http/server.ts";
import { red, yellow, cyan, green } from "https://deno.land/std/colors/mod.ts";
import { red, yellow, cyan, green } from "https://deno.land/std/fmt/colors.ts";
export { path, http, red, yellow, cyan, green };

0 comments on commit 4cb15a4

Please sign in to comment.