Skip to content

Commit

Permalink
Lock depend std:path version @0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acathur committed Jun 13, 2020
1 parent 2bf0ac5 commit e720a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { join } from 'https://deno.land/std/path/mod.ts'
import { join } from 'https://deno.land/std@0.54.0/path/mod.ts'
import { mkdir } from './utils.ts'

export interface StoreOptions {
Expand Down

0 comments on commit e720a31

Please sign in to comment.