diff options
Diffstat (limited to 'cli/js/build.ts')
-rw-r--r-- | cli/js/build.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/build.ts b/cli/js/build.ts index 942f57458..7e46ffe97 100644 --- a/cli/js/build.ts +++ b/cli/js/build.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export type OperatingSystem = "mac" | "win" | "linux"; |