Skip to content

Commit bfbd35a

Browse files
committed
fix path
1 parent e402f71 commit bfbd35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "browser-json-schema-to-openapi-schema",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "Converts a JSON Schema to OpenAPI Schema Object",
55
"bin": {
66
"json-schema-to-openapi-schema": "bin/json-schema-to-openapi-schema.js"
77
},
8-
"types": "dist/mjs/index.d.ts",
8+
"types": "dist/src/mjs/index.d.ts",
99
"files": [
1010
"/dist"
1111
],

0 commit comments

Comments
 (0)