deps: include styled-components package for @atlaskit components

@atlaskit components will all require styled-components in the
future. Including it now will remove the unmet peer
dependency warning during npm install and prevent future build
breakages that might occur from using a new @atlaskit component
that requires it.

Pull Request #1449
This commit is contained in:
Leonard Kim 2017-03-30 13:57:38 -07:00
parent 4ddc426966
commit 2b4db6c3bf
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
.*/node_modules/babel-core/.*
.*/node_modules/bower/.*
.*/node_modules/jsonlint/.*
.*/node_modules/styled-components/.*
[include]

View File

@ -56,6 +56,7 @@
"retry": "0.6.1",
"strophe": "1.2.4",
"strophejs-plugins": "0.0.7",
"styled-components": "1.3.0",
"toastr": "2.1.2",
"url-polyfill": "github/url-polyfill",
"xmldom": "0.1.27"