Skip to content

Commit

Permalink
fix(deno): specify deps (avoids Deno warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 4, 2022
1 parent 253248c commit f3cd748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/platform-shims/deno.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* global Deno */

import { posix } from 'https://deno.land/std/path/mod.ts'
import { sprintf } from 'https://deno.land/std/fmt/printf.ts'
import { posix } from 'https://deno.land/std@0.159.0/path/mod.ts'
import { sprintf } from 'https://deno.land/std@0.159.0/fmt/printf.ts'

export default {
fs: {
Expand Down

0 comments on commit f3cd748

Please sign in to comment.