Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWeisenburger committed Mar 16, 2023
1 parent 94914f4 commit 4093595
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ await emptyDir( './npm' )
await build( {
package: {
name: 'zod_utilz',
version: '0.7.2',
version: '0.7.3',
author: 'JacobWeisenburger',
description: 'Framework agnostic utilities for Zod',
license: 'MIT',
Expand All @@ -16,12 +16,11 @@ await build( {
homepage: 'https://github.com/JacobWeisenburger/zod_utilz',
},
typeCheck: false,
test: false,
skipSourceOutput: true,
entryPoints: [ './mod.ts' ],
importMap: './import_map.json',
outDir: './npm',
shims: { undici: true },
shims: { deno: true, undici: true },
mappings: {
'https://deno.land/x/zod@v3.21.4/mod.ts': {
name: 'zod',
Expand Down

0 comments on commit 4093595

Please sign in to comment.