diff --git a/package.json b/package.json index c7f4de8..6af7463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vorpal-openapi", - "version": "0.2.0", + "version": "0.3.0", "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",