chore(cli): v0.13.1 (#1809)

This commit is contained in:
AlexVarchuk 2021-11-29 16:37:08 +02:00 committed by GitHub
parent f0bd5c8acf
commit 8b1eea8c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{
"name": "redoc-cli",
"version": "0.13.0",
"version": "0.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc-cli",
"version": "0.13.0",
"version": "0.13.1",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.1",
@ -17,7 +17,7 @@
"node-libs-browser": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "2.0.0-rc.57",
"redoc": "2.0.0-rc.58",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},
@ -921,9 +921,7 @@
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"os": ["darwin"],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.13.0",
"version": "0.13.1",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
@ -19,7 +19,7 @@
"node-libs-browser": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "2.0.0-rc.57",
"redoc": "2.0.0-rc.58",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},