fix(cli): add styled-components to dependencies

This commit is contained in:
Roman Hotsiy 2018-09-28 16:52:20 +03:00
parent d0c38cd158
commit 2d63fa0ba0
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -15,6 +15,7 @@
"react": "^16.4.2",
"react-dom": "^16.4.2",
"redoc": "^2.0.0-alpha.37",
"styled-components": "^3.4.0",
"tslib": "^1.9.3",
"yargs": "^12.0.1"
},