From f1f1e32e2cf24a1d5e3fff2a04a73fa0833b11dc Mon Sep 17 00:00:00 2001 From: gdereese Date: Sat, 3 Mar 2018 08:24:09 -0600 Subject: [PATCH] 0.4.1 --- package-lock.json | 2 +- package.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b01b84..f61cd64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vorpal-openapi", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { 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",