Skip to content

Commit 2615a26

Browse files
0.8.2
1 parent 83b6466 commit 2615a26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
22
"name": "zod_utilz",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"author": "JacobWeisenburger",
55
"description": "Framework agnostic utilities for Zod",
66
"license": "MIT",
77
"npm": "https://www.npmjs.com/package/zod_utilz",
88
"repository": "https://github.com/JacobWeisenburger/zod_utilz",
99
"homepage": "https://github.com/JacobWeisenburger/zod_utilz",
10-
"main": "index.js",
11-
"module": "index.ts",
10+
"module": "index.js",
1211
"type": "module",
1312
"keywords": [
1413
"typescript"
1514
],
1615
"scripts": {
1716
"test": "clear && bun test --watch",
18-
"examples": "clear && bun run --watch docs/examples.ts",
1917
"build": "clear && bun --watch run scripts/build.ts",
2018
"publish": "clear && bun run scripts/publish.ts",
2119
"cmd": "cmd.exe /c start cmd /k wsl --cd ~/software/zod_utilz_bun"

0 commit comments

Comments
 (0)