Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobWeisenburger committed Mar 3, 2024
1 parent 83b6466 commit 2615a26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2615a26

Please sign in to comment.