mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
fix(cli): rename redoc-cli bin
This commit is contained in:
parent
5f1e553ef4
commit
06b5a00a8b
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "redoc-cli",
|
"name": "redoc-cli",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "ReDoc's Command Line Interface",
|
"description": "ReDoc's Command Line Interface",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": "index.js",
|
||||||
"redoc": "index.js"
|
|
||||||
},
|
|
||||||
"repository": "https://github.com/Rebilly/ReDoc",
|
"repository": "https://github.com/Rebilly/ReDoc",
|
||||||
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
|
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user