Skip to content

Commit

Permalink
Merge pull request #18 from daviddelusenet/styled-components-peer-dep…
Browse files Browse the repository at this point in the history
…endency-update

Add Styled Components 4 to peerDependencies + bump version
  • Loading branch information
jameslnewell authored Oct 29, 2018
2 parents 75c5417 + bad6bf7 commit 13ab2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "styled-components-breakpoint",
"repository": "jameslnewell/styled-components-breakpoint",
"version": "2.1.0",
"version": "2.1.1",
"description": "Utility functions for creating breakpoints in `styled-components` 💅.",
"keywords": [
"react",
Expand All @@ -21,7 +21,7 @@
"dist/esm"
],
"peerDependencies": {
"styled-components": ">= 1 < 4"
"styled-components": ">= 1"
},
"devDependencies": {
"@tradie/react-component-scripts": "^1.0.0-alpha.a573b72a",
Expand Down

0 comments on commit 13ab2b4

Please sign in to comment.