diff --git a/.flowconfig b/.flowconfig index cae351402..7f22111f1 100644 --- a/.flowconfig +++ b/.flowconfig @@ -19,6 +19,7 @@ .*/node_modules/babel-core/.* .*/node_modules/bower/.* .*/node_modules/jsonlint/.* +.*/node_modules/styled-components/.* [include] diff --git a/package.json b/package.json index 004fb471f..52b13216c 100644 --- a/package.json +++ b/package.json @@ -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"