Merge pull request #5941 from FreeCodeCamp/fix/update-babel-to-6.0

Update babel to 6.0
This commit is contained in:
Berkeley Martinez
2016-01-19 13:02:25 -08:00
11 changed files with 20 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ import debugFactory from 'debug';
import { dehydrate } from 'thundercats';
import { renderToString$ } from 'thundercats-react';
import { app$ } from '../../common/app';
import app$ from '../../common/app';
const debug = debugFactory('freecc:react-server');