Skip to content

Commit 3eb170e

Browse files
committed
Publish 0.0.2 🚀
1 parent ab92c18 commit 3eb170e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "openapi-static-validator",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Statically compile an OpenAPI spec into a JS validation function",
5-
"main": "index.js",
5+
"main": "src/index.ts",
66
"type": "module",
77
"scripts": {
88
"pretest": "bun run ./src/cli.ts ./tests/gitbook.json > ./tests/gitbook.validate.js",

0 commit comments

Comments
 (0)