Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Aug 1, 2022
1 parent e402f71 commit bfbd35a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "browser-json-schema-to-openapi-schema",
"version": "0.0.9",
"version": "0.1.0",
"description": "Converts a JSON Schema to OpenAPI Schema Object",
"bin": {
"json-schema-to-openapi-schema": "bin/json-schema-to-openapi-schema.js"
},
"types": "dist/mjs/index.d.ts",
"types": "dist/src/mjs/index.d.ts",
"files": [
"/dist"
],
Expand Down

0 comments on commit bfbd35a

Please sign in to comment.