From 59ee4eb3a13fdbc18623552e509b7891652ce598 Mon Sep 17 00:00:00 2001 From: gdereese Date: Sat, 3 Mar 2018 08:32:23 -0600 Subject: [PATCH] 0.4.1 --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c70afa0..87c0ff8 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "vorpal-openapi", - "version": "0.4.0", - "description": - "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", + "version": "0.4.1", + "description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", "keywords": [ "typescript", "vorpal", @@ -21,7 +20,9 @@ }, "main": "dist/index.js", "bin": "dist/index.js", - "files": ["dist/*.js"], + "files": [ + "dist/*.js" + ], "scripts": { "build": "npm run-script lint && tsc", "license-check": "abogado",