From 29a8fa39e95e6e16640e22a2fab2a1583e39c1f9 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Thu, 10 Oct 2024 18:22:48 +0800 Subject: [PATCH] Update bump command --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 310705c..810a7d1 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "tasks": { "serve": "deno serve source/app.ts", "dev": "deno serve --watch source/app.ts", - "bump": "deno add jsr:@std/http npm:simple-icons@latest npm:svg-path-bbox npm:svgpath", + "bump": "deno add jsr:@std/assert jsr:@std/http npm:simple-icons@latest npm:svg-path-bbox npm:svgpath", "update-lockfile": "deno cache --reload source/*.ts test/*.ts", "test": "deno fmt --check && deno lint && deno check source/*.ts test/*.ts && deno test --clean --coverage && deno coverage" },