diff options
author | 2024-08-02 20:19:41 +0800 | |
---|---|---|
committer | 2024-08-02 20:19:41 +0800 | |
commit | 69d54b4bf26b1c738ea2342da7abe998baeafaee (patch) | |
tree | 4fd3595ea2da453efee29e8c62d889fea6c972a6 /scripts | |
parent | c2d6c1f727c27f0d541eb2de25480f51442e2106 (diff) | |
download | astro-69d54b4bf26b1c738ea2342da7abe998baeafaee.tar.gz astro-69d54b4bf26b1c738ea2342da7abe998baeafaee.tar.zst astro-69d54b4bf26b1c738ea2342da7abe998baeafaee.zip |
Remove more unused code (#11598)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/package.json b/scripts/package.json index 39fb79266..b085b6b65 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -14,7 +14,8 @@ "kleur": "^4.1.5", "p-limit": "^6.1.0", "svelte": "^4.2.18", - "tar": "^7.4.3" + "tar": "^7.4.3", + "tiny-glob": "^0.2.9" }, "devDependencies": { "@octokit/action": "^7.0.0", |