From a4b081c5721a4abcb1eb0ed35ec4ed44fe29e95c Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 28 Nov 2018 23:40:29 -0300 Subject: [PATCH] feature: add styled-components polished --- .flowconfig | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.flowconfig b/.flowconfig index b662cce..21952d6 100644 --- a/.flowconfig +++ b/.flowconfig @@ -1,4 +1,5 @@ [ignore] +.*/node_modules/polished/.* [include] diff --git a/package.json b/package.json index 89e8349..dcca784 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "connected-react-router": "^5.0.1", "flow-coverage-report": "^0.6.0", "history": "^4.7.2", + "polished": "^2.3.0", "react": "^16.6.0", "react-dom": "^16.6.0", "react-redux": "^5.0.7",