From f51dcc12d7a75a677529d63eb53d7a577d5b9289 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 16 Oct 2019 19:39:33 +0100 Subject: std: Move fs/path to the top-level (#3100) --- std/media_types/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/media_types') diff --git a/std/media_types/deps.ts b/std/media_types/deps.ts index fb87a8617..ee095f50c 100644 --- a/std/media_types/deps.ts +++ b/std/media_types/deps.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -export { extname } from "../fs/path.ts"; +export { extname } from "../path/mod.ts"; interface DB { [mediaType: string]: { -- cgit v1.2.3