From 2615a26eececeea1134ef53a581e00fb363bf3a4 Mon Sep 17 00:00:00 2001 From: JacobWeisenburger Date: Sun, 3 Mar 2024 17:30:52 -0600 Subject: [PATCH] 0.8.2 --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ee9fb41..93be1db 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,19 @@ { "name": "zod_utilz", - "version": "0.8.1", + "version": "0.8.2", "author": "JacobWeisenburger", "description": "Framework agnostic utilities for Zod", "license": "MIT", "npm": "https://www.npmjs.com/package/zod_utilz", "repository": "https://github.com/JacobWeisenburger/zod_utilz", "homepage": "https://github.com/JacobWeisenburger/zod_utilz", - "main": "index.js", - "module": "index.ts", + "module": "index.js", "type": "module", "keywords": [ "typescript" ], "scripts": { "test": "clear && bun test --watch", - "examples": "clear && bun run --watch docs/examples.ts", "build": "clear && bun --watch run scripts/build.ts", "publish": "clear && bun run scripts/publish.ts", "cmd": "cmd.exe /c start cmd /k wsl --cd ~/software/zod_utilz_bun"