diff options
Diffstat (limited to 'cli/lockfile.rs')
-rw-r--r-- | cli/lockfile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lockfile.rs b/cli/lockfile.rs index c817d26de..d3470145e 100644 --- a/cli/lockfile.rs +++ b/cli/lockfile.rs @@ -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. use deno_core::serde_json; use deno_core::serde_json::json; |