aboutsummaryrefslogtreecommitdiff
path: root/deno
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-13 18:05:40 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-13 18:05:40 +0800
commit49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb (patch)
tree6c66dbea967a5484059fc3a2b8047479b64ccec6 /deno
parent9049027f96c7fd0b67c5761a92357fd3ceeb07c0 (diff)
downloadcrupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.tar.gz
crupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.tar.bz2
crupest-49f98b53e4fe04a5e62892a1e4e9466eb1faa3bb.zip
chore: remove duplicate dep in tools.
Diffstat (limited to 'deno')
-rw-r--r--deno/tools/deno.json1
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"
}
}