mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
fix(cli): rename redoc-cli bin
This commit is contained in:
parent
5f1e553ef4
commit
06b5a00a8b
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user