diff options
Diffstat (limited to 'std/installer')
-rw-r--r-- | std/installer/mod.ts | 2 | ||||
-rw-r--r-- | std/installer/test.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/std/installer/mod.ts b/std/installer/mod.ts index 7751bc12e..b39121ab9 100644 --- a/std/installer/mod.ts +++ b/std/installer/mod.ts @@ -1,5 +1,5 @@ #!/usr/bin/env -S deno --allow-all -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. const { env, stdin, args, exit, writeFile, chmod, run } = Deno; import { parse } from "../flags/mod.ts"; import { exists } from "../fs/exists.ts"; diff --git a/std/installer/test.ts b/std/installer/test.ts index 371cbdfa0..5239dc157 100644 --- a/std/installer/test.ts +++ b/std/installer/test.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. const { run, stat, makeTempDir, remove, env, readAll } = Deno; import { test, runIfMain, TestFunction } from "../testing/mod.ts"; |