Skip to content

Commit 4093595

Browse files
0.7.3
1 parent 94914f4 commit 4093595

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build_npm.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ await emptyDir( './npm' )
66
await build( {
77
package: {
88
name: 'zod_utilz',
9-
version: '0.7.2',
9+
version: '0.7.3',
1010
author: 'JacobWeisenburger',
1111
description: 'Framework agnostic utilities for Zod',
1212
license: 'MIT',
@@ -16,12 +16,11 @@ await build( {
1616
homepage: 'https://github.com/JacobWeisenburger/zod_utilz',
1717
},
1818
typeCheck: false,
19-
test: false,
2019
skipSourceOutput: true,
2120
entryPoints: [ './mod.ts' ],
2221
importMap: './import_map.json',
2322
outDir: './npm',
24-
shims: { undici: true },
23+
shims: { deno: true, undici: true },
2524
mappings: {
2625
'https://deno.land/x/zod@v3.21.4/mod.ts': {
2726
name: 'zod',

0 commit comments

Comments
 (0)