Updated CLI package.json with my name

This commit is contained in:
konrad.bartecki 2019-06-07 17:07:59 +02:00
parent e8932e091f
commit 639c6e4715

View File

@ -1,11 +1,11 @@
{
"name": "redoc-cli",
"name": "redoc-cli-kb",
"version": "0.8.4",
"description": "ReDoc's Command Line Interface",
"description": "ReDoc's Command Line Interface (fork)",
"main": "index.js",
"bin": "index.js",
"repository": "https://github.com/Redocly/redoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"repository": "https://github.com/konradbartecki/redoc",
"author": "Konrad Bartecki <konrad@bartecki.me>",
"license": "MIT",
"dependencies": {
"chokidar": "^2.0.4",