Skip to content

Commit

Permalink
Merge pull request #100 from jsr-core/fix-mod
Browse files Browse the repository at this point in the history
fix: remove `is/mod` from `deno.jsonc`
  • Loading branch information
lambdalisue authored Aug 8, 2024
2 parents f1c49f5 + 06da9f8 commit 248bdc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 248bdc4

Please sign in to comment.