diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-13 18:05:40 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-13 18:05:40 +0800 |
commit | 49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb (patch) | |
tree | 6c66dbea967a5484059fc3a2b8047479b64ccec6 | |
parent | 9049027f96c7fd0b67c5761a92357fd3ceeb07c0 (diff) | |
download | crupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.tar.gz crupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.tar.bz2 crupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.zip |
chore: remove duplicate dep in tools.
-rw-r--r-- | deno/tools/deno.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deno/tools/deno.json b/deno/tools/deno.json index cda933f..1b2cf32 100644 --- a/deno/tools/deno.json +++ b/deno/tools/deno.json @@ -4,6 +4,5 @@ }, "imports": { "mustache": "npm:mustache@^4.2.0", - "yargs": "npm:yargs@^18.0.0" } } |