Skip to content

Commit 190e03d

Browse files
committed
Prepare v0.1 release of Valibot
1 parent 442e9fa commit 190e03d

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

library/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
All notable changes to the library will be documented in this file.
44

5-
## v0.1.0 (Month DD, YYYY)
5+
## v0.1.0 (July 12, 2023)
66

77
- Initial release

library/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"test": "vitest",
4141
"coverage": "vitest run --coverage",
4242
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
43-
"format": "prettier --write .",
44-
"format.check": "prettier --check .",
43+
"format": "prettier --write ./src",
44+
"format.check": "prettier --check ./src",
4545
"build": "vite build --mode lib && tsc",
4646
"publish": "npm publish"
4747
},
@@ -54,7 +54,6 @@
5454
"jsdom": "^22.1.0",
5555
"typescript": "^5.1.3",
5656
"vite": "^4.3.9",
57-
"vitest": "^0.33.0",
58-
"zod": "^3.21.4"
57+
"vitest": "^0.33.0"
5958
}
6059
}

library/src/playground.ts

Whitespace-only changes.

pnpm-lock.yaml

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)