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