From 3d82de83b5b713c40795bd38696dd7fbdb21d517 Mon Sep 17 00:00:00 2001 From: gdereese Date: Sat, 3 Mar 2018 08:26:42 -0600 Subject: [PATCH] not ready to bump package.json --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87c0ff8..c70afa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "vorpal-openapi", - "version": "0.4.1", - "description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", + "version": "0.4.0", + "description": + "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", "keywords": [ "typescript", "vorpal", @@ -20,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",