ソースを参照

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年前
コミット
2b4db6c3bf
2個のファイルの変更2行の追加0行の削除
  1. 1
    0
      .flowconfig
  2. 1
    0
      package.json

+ 1
- 0
.flowconfig ファイルの表示

@@ -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 ファイルの表示

@@ -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"

読み込み中…
キャンセル
保存