Add 'what-input' module

This commit is contained in:
james-prado 2018-02-07 16:11:49 -05:00
parent bdf2d08fa1
commit 42947185c8
No known key found for this signature in database
GPG Key ID: 313ACB2286229FD0
3 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import { Store } from 'redux';
import { pollOfflineStatus } from 'actions/config';
import { AppState } from 'reducers';
import { RouteNotFound } from 'components/RouteNotFound';
import 'what-input';
interface Props {
store: Store<AppState>;

View File

@ -35,3 +35,7 @@
@import './styles/tab';
@import './styles/flexbox';
@import './fonts';
[data-whatintent='mouse'] *:focus {
outline: none;
}

View File

@ -50,6 +50,7 @@
"scryptsy": "2.0.0",
"uuid": "3.2.1",
"wallet-address-validator": "0.1.1",
"what-input": "^5.0.5",
"whatwg-fetch": "2.0.3",
"zxcvbn": "4.4.2"
},