diff options
author | 2024-04-20 00:11:20 +0800 | |
---|---|---|
committer | 2024-04-20 00:11:20 +0800 | |
commit | 237e17c8feea244b06b00ceaed08cb16d3d6baeb (patch) | |
tree | f4071628b0c5df058e7da60ad0fd505887023e7c /scripts/cmd/copy.js | |
parent | 91219a5cf84061a36fd08f86012e9b728a3f3ccb (diff) | |
download | astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.gz astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.tar.zst astro-237e17c8feea244b06b00ceaed08cb16d3d6baeb.zip |
Update major deps (#10823)
Diffstat (limited to 'scripts/cmd/copy.js')
-rw-r--r-- | scripts/cmd/copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmd/copy.js b/scripts/cmd/copy.js index 377a60a39..943c998df 100644 --- a/scripts/cmd/copy.js +++ b/scripts/cmd/copy.js @@ -2,7 +2,7 @@ import arg from 'arg'; import { globby as glob } from 'globby'; import { promises as fs, readFileSync } from 'node:fs'; import { posix } from 'node:path'; -import tar from 'tar'; +import * as tar from 'tar/create'; const { resolve, dirname, sep, join } = posix; |