about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-30 18:13:05 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-10-30 18:13:05 +0100
commitc49f6290eb9c93720bd5407f4320bb0fd6c96ed9 (patch)
tree6b39ea083c41313b1443d71a6b1adaaf1d31f431 /package.json
parentfa1cc2d05a12783e166f30bf7a0b3239ebccf732 (diff)
Basic username autocomplete for text area
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 558e56541..e17fbef52 100644
--- a/package.json
+++ b/package.json
@@ -41,6 +41,7 @@
     "sinon": "^1.17.6"
   },
   "dependencies": {
+    "react-autosuggest": "^7.0.1",
     "react-responsive": "^1.1.5",
     "react-router-scroll": "^0.3.2",
     "react-skylight": "^0.4.1"