fix(cli): rename redoc-cli bin

This commit is contained in:
Roman Hotsiy 2018-03-20 12:39:49 +02:00
parent 5f1e553ef4
commit 06b5a00a8b
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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 <gotsijroman@gmail.com>",
"license": "MIT",