diff --git a/package.json b/package.json index fec97b1..816e6df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vorpal-openapi", - "version": "0.5.1", + "version": "0.5.2", "description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", "keywords": [ @@ -21,9 +21,7 @@ }, "main": "dist/index.js", "bin": "dist/index.js", - "files": [ - "dist/*.js" - ], + "files": ["dist/*.js"], "scripts": { "build": "npm run-script lint && tsc", "license-check": "abogado",