From 06da9f86ad0c1762edf4c9369f0eb15e8bf663d7 Mon Sep 17 00:00:00 2001 From: Alisue Date: Fri, 9 Aug 2024 01:54:43 +0900 Subject: [PATCH] fix: remove `is/mod` from `deno.jsonc` Close #91 --- deno.jsonc | 1 - 1 file changed, 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 40a3c0a..33da01f 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -24,7 +24,6 @@ "./is/literal-one-of": "./is/literal_one_of.ts", "./is/map": "./is/map.ts", "./is/map-of": "./is/map_of.ts", - "./is/mod": "./is/mod.ts", "./is/null": "./is/null.ts", "./is/nullish": "./is/nullish.ts", "./is/number": "./is/number.ts",