Skip to content

Commit 4d3b40e

Browse files
committed
chore(_tools): update deps
1 parent 35f7554 commit 4d3b40e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_tools/meta.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,15 @@ export const makeOptions = (version: string): BuildOptions => ({
5454
version: "1.2.0",
5555
subPath: "head.js",
5656
},
57+
"https://deno.land/x/[email protected]/is_string.ts": {
58+
name: "@miyauci/isx",
59+
version: "1.3.1",
60+
subPath: "is_string.js",
61+
},
62+
"https://deno.land/x/[email protected]/is_nullable.ts": {
63+
name: "@miyauci/isx",
64+
version: "1.3.1",
65+
subPath: "is_nullable.js",
66+
},
5767
},
5868
});

0 commit comments

Comments
 (0)