Update babel to 6.0

This commit is contained in:
Logan Tegman
2016-01-06 09:33:55 -08:00
parent 05d34c8e15
commit 4341a3eee2
11 changed files with 20 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ import { createLocation, createHistory } from 'history';
import { hydrate } from 'thundercats';
import { render$ } from 'thundercats-react';
import { app$ } from '../common/app';
import app$ from '../common/app';
import historySaga from './history-saga';
import errSaga from './err-saga';