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 | c7186f5107137283b8f59925ed95eca5f57af1c4 (patch) | |
tree | 716801ab0c3925e96dc3392cf7c6ddb99a51a466 | |
parent | 39cf810f5867841d832a5ec99d3ce5398d831b56 (diff) | |
download | crupest-c7186f5107137283b8f59925ed95eca5f57af1c4.tar.gz crupest-c7186f5107137283b8f59925ed95eca5f57af1c4.tar.bz2 crupest-c7186f5107137283b8f59925ed95eca5f57af1c4.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" } } |