Update dependencies. Install react-perf

This commit is contained in:
SleepWalker
2016-08-14 11:57:15 +03:00
parent a20b7ec3d4
commit f54f1cac12
3 changed files with 10 additions and 6 deletions

View File

@@ -74,4 +74,7 @@ if (process.env.NODE_ENV !== 'production') {
window.testOAuth = () => location.href = '/oauth2/v1/ely?client_id=ely&redirect_uri=http%3A%2F%2Fely.by&response_type=code&scope=minecraft_server_session';
window.testOAuthStatic = () => location.href = '/oauth2/v1/ely?client_id=ely&redirect_uri=static_page_with_code&response_type=code&scope=minecraft_server_session';
window.testOAuthStaticCode = () => location.href = '/oauth2/v1/ely?client_id=ely&redirect_uri=static_page&response_type=code&scope=minecraft_server_session';
// expose Perf
window.Perf = require('react-addons-perf');
}