From bdb62fe66e93120d6232d40a6a9db45c1a5c992b Mon Sep 17 00:00:00 2001 From: gdereese Date: Fri, 9 Mar 2018 21:43:08 -0600 Subject: [PATCH] bump version --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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",