From 06b5a00a8b326937ccdf0f77523b679dcb1e4dea Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 20 Mar 2018 12:39:49 +0200 Subject: [PATCH] fix(cli): rename redoc-cli bin --- cli/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cli/package.json b/cli/package.json index 64ba0ca0..076bd4b6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,11 +1,9 @@ { "name": "redoc-cli", - "version": "0.3.0", + "version": "0.3.1", "description": "ReDoc's Command Line Interface", "main": "index.js", - "bin": { - "redoc": "index.js" - }, + "bin": "index.js", "repository": "https://github.com/Rebilly/ReDoc", "author": "Roman Hotsiy ", "license": "MIT",