chore(cli): redoc-cli v0.6.0

This commit is contained in:
Roman Hotsiy 2018-07-18 13:37:37 +03:00
parent a0a1faddb6
commit c5a352312a
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.5.0",
"version": "0.6.0",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
@ -13,7 +13,7 @@
"mkdirp": "^0.5.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"redoc": "^2.0.0-alpha.20",
"redoc": "^2.0.0-alpha.29",
"tslib": "^1.9.0",
"yargs": "^11.0.0"
},