Skip to content

Commit

Permalink
Remove os.userHomeDir in favor of Deno.homeDir (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekaragodin authored and ry committed Jul 7, 2019
1 parent 3ea90d5 commit 88b4894
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
16 changes: 0 additions & 16 deletions os/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions os/mod.ts

This file was deleted.

8 changes: 0 additions & 8 deletions os/test.ts

This file was deleted.

1 change: 0 additions & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import "./util/test.ts";
import "./uuid/test.ts";
import "./ws/test.ts";
import "./encoding/test.ts";
import "./os/test.ts";

import { xrun } from "./prettier/util.ts";
import { red, green } from "./colors/mod.ts";
Expand Down

0 comments on commit 88b4894

Please sign in to comment.