Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Dec 9, 2024
1 parent a1dd4df commit 2f9a8fb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-to-openapi",
"version": "1.1.2",
"version": "1.1.3",
"description": "Cli tool (and library) for converting JSON mock objects to Open API schemas",
"type": "module",
"exports": "./src/index.js",
Expand All @@ -10,7 +10,14 @@
"bin": {
"mock-to-openapi": "cli.js"
},
"keywords": ["openapi", "converter", "swagger", "yaml", "json", "cli"],
"keywords": [
"openapi",
"converter",
"swagger",
"yaml",
"json",
"cli"
],
"scripts": {
"test": "ava",
"format": "biome format --write",
Expand Down

0 comments on commit 2f9a8fb

Please sign in to comment.