diff options
Diffstat (limited to 'js/permissions.ts')
-rw-r--r-- | js/permissions.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/permissions.ts b/js/permissions.ts index bc969f3a8..4f393501c 100644 --- a/js/permissions.ts +++ b/js/permissions.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import * as dispatch from "./dispatch"; -import { sendSync } from "./dispatch_json"; +import * as dispatch from "./dispatch.ts"; +import { sendSync } from "./dispatch_json.ts"; /** Permissions as granted by the caller */ export interface Permissions { |