diff --git a/cli/package.json b/cli/package.json index ea280599..82a25ed6 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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 ", + "repository": "https://github.com/konradbartecki/redoc", + "author": "Konrad Bartecki ", "license": "MIT", "dependencies": { "chokidar": "^2.0.4",