From 82fd74d101838396fc6462d15106624294b78868 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 10 Nov 2016 23:21:24 +0100 Subject: Fix modals sizing and add animation to it, fix #140 by only making the text of status clickable (this also fixes multiple dropdown being openable at the same time) --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index dd8838c53..d5429cb07 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "dependencies": { "emojione": "^2.2.6", "react-autosuggest": "^7.0.1", + "react-motion": "^0.4.5", "react-responsive": "^1.1.5", "react-router-scroll": "^0.3.2" } -- cgit