Skip to content

Commit

Permalink
fix(cli): rename redoc-cli bin
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 20, 2018
1 parent 5f1e553 commit 06b5a00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 06b5a00

Please sign in to comment.