We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab92c18 commit 3eb170eCopy full SHA for 3eb170e
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "openapi-static-validator",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Statically compile an OpenAPI spec into a JS validation function",
5
- "main": "index.js",
+ "main": "src/index.ts",
6
"type": "module",
7
"scripts": {
8
"pretest": "bun run ./src/cli.ts ./tests/gitbook.json > ./tests/gitbook.validate.js",
0 commit comments