Skip to content

Commit

Permalink
fix(dept): remove prefix with 'v'
Browse files Browse the repository at this point in the history
Closed #5
  • Loading branch information
JohannLai committed Dec 20, 2020
1 parent 8e84e5d commit 43ea374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export {
parse as qsParse,
} from "https://deno.land/[email protected]/node/querystring.ts";

export { HmacSha256 } from "https://deno.land/std@v0.59.0/hash/sha256.ts";
export { HmacSha512 } from "https://deno.land/std@v0.59.0/hash/sha512.ts";
export * as base64url from "https://deno.land/std@v0.59.0/encoding/base64url.ts";
export { HmacSha256 } from "https://deno.land/std@0.59.0/hash/sha256.ts";
export { HmacSha512 } from "https://deno.land/std@0.59.0/hash/sha512.ts";
export * as base64url from "https://deno.land/std@0.59.0/encoding/base64url.ts";

// 3rd party dependencies
export {
Expand Down

0 comments on commit 43ea374

Please sign in to comment.