Skip to content

Commit

Permalink
Merge pull request #1 from MEYVN-digital/master
Browse files Browse the repository at this point in the history
Move styled-components to the peer dependencies
  • Loading branch information
LucasBassetti committed Jul 20, 2017
2 parents d9a876f + 1f26464 commit 24650d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -76,7 +76,9 @@
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-dom": "^15.5.4"
},
"peerDependencies": {
"styled-components": "^2.1.0"
}
}

0 comments on commit 24650d9

Please sign in to comment.