diff options
Diffstat (limited to 'std/hash/_wasm/build.ts')
-rw-r--r-- | std/hash/_wasm/build.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/hash/_wasm/build.ts b/std/hash/_wasm/build.ts index 43553b272..a328c2615 100644 --- a/std/hash/_wasm/build.ts +++ b/std/hash/_wasm/build.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { encode as base64Encode } from "../../encoding/base64.ts"; |