Skip to content

Commit

Permalink
Downgrade required peer dependency version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Dec 13, 2018
1 parent 1775547 commit 9d70088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyma-project/asyncapi-react",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"description": "A React component for AsyncAPI specification.",
"repository": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"typescript": "3.1.4"
},
"peerDependencies": {
"styled-components": "^4.0.3"
"styled-components": ">= 3.4.0"
},
"jest": {
"verbose": false,
Expand Down

0 comments on commit 9d70088

Please sign in to comment.