Browse Source

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
j8
Leonard Kim 8 years ago
parent
commit
2b4db6c3bf
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      .flowconfig
  2. 1
    0
      package.json

+ 1
- 0
.flowconfig View File

@@ -19,6 +19,7 @@
19 19
 .*/node_modules/babel-core/.*
20 20
 .*/node_modules/bower/.*
21 21
 .*/node_modules/jsonlint/.*
22
+.*/node_modules/styled-components/.*
22 23
 
23 24
 [include]
24 25
 

+ 1
- 0
package.json View File

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

Loading…
Cancel
Save