From 2b4db6c3bf46c1e1b5ddb43f4adfae8ef8a23fab Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Thu, 30 Mar 2017 13:57:38 -0700 Subject: [PATCH] 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 --- .flowconfig | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.flowconfig b/.flowconfig index cae351402d..7f22111f18 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 004fb471f6..52b13216c4 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"