Skip to content

Commit d2075df

Browse files
committed
chore: fix deno.jsonc
1 parent 3a955b9 commit d2075df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

deno.jsonc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
"version": "0.0.0",
44
"exports": {
55
".": "./mod.ts",
6-
"./type": "./type.ts",
7-
"./assert": "./assert.ts",
8-
"./ensure": "./ensure.ts",
9-
"./maybe": "./maybe.ts",
106
"./as": "./as/mod.ts",
117
"./as/optional": "./as/optional.ts",
128
"./as/readonly": "./as/readonly.ts",
9+
"./assert": "./assert.ts",
10+
"./ensure": "./ensure.ts",
1311
"./is": "./is/mod.ts",
1412
"./is/any": "./is/any.ts",
1513
"./is/array": "./is/array.ts",
@@ -49,7 +47,9 @@
4947
"./is/undefined": "./is/undefined.ts",
5048
"./is/uniform-tuple-of": "./is/uniform_tuple_of.ts",
5149
"./is/union-of": "./is/union_of.ts",
52-
"./is/unknown": "./is/unknown.ts"
50+
"./is/unknown": "./is/unknown.ts",
51+
"./maybe": "./maybe.ts",
52+
"./type": "./type.ts"
5353
},
5454
"exclude": [
5555
".coverage/**"
@@ -61,6 +61,7 @@
6161
"LICENSE"
6262
],
6363
"exclude": [
64+
"**/*_bench.ts",
6465
"**/*_test.ts",
6566
".*"
6667
]

0 commit comments

Comments
 (0)