mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(node/_tools): upgrade denoflate
to 2.0.2 for setup script (#2867)
This commit is contained in:
parent
c633b37401
commit
e808ece9ed
4135
node/_tools/TODO.md
4135
node/_tools/TODO.md
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env -S deno run --no-check=remote --allow-read=. --allow-write=.
|
||||
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
import { gunzip } from "https://deno.land/x/denoflate@1.2.1/mod.ts";
|
||||
import { gunzip } from "https://deno.land/x/denoflate@2.0.2/deno/mod.ts";
|
||||
import { Untar } from "../../archive/tar.ts";
|
||||
import { walk } from "../../fs/walk.ts";
|
||||
import {
|
||||
|
Loading…
Reference in New Issue
Block a user