File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
"npm" : " >=3.1 <4"
6
6
},
7
7
"dependencies" : {
8
- "babel" : " 5.8.23 " ,
8
+ "babel-core " : " 5.8.25 " ,
9
9
"classnames" : " 2.1.5" ,
10
10
"eventemitter3" : " 1.1.1" ,
11
11
"express" : " 4.13.3" ,
24
24
},
25
25
"devDependencies" : {
26
26
"autoprefixer" : " ^6.0.3" ,
27
+ "babel" : " ^5.8.23" ,
27
28
"babel-eslint" : " ^4.1.3" ,
28
29
"babel-loader" : " ^5.3.2" ,
29
30
"babel-plugin-react-transform" : " ^1.1.1" ,
30
31
"browser-sync" : " ^2.9.7" ,
31
32
"css-loader" : " ^0.19.0" ,
32
33
"csscomb" : " ^3.1.8" ,
33
34
"del" : " ^2.0.2" ,
34
- "eslint" : " ^1.5.1 " ,
35
+ "eslint" : " ^1.6.0 " ,
35
36
"eslint-config-airbnb" : " 0.1.0" ,
36
37
"eslint-loader" : " ^1.0.0" ,
37
38
"eslint-plugin-react" : " ^3.5.0" ,
Original file line number Diff line number Diff line change 1
1
/*! React Starter Kit | MIT License | http://www.reactstarterkit.com/ */
2
2
3
- import 'babel/polyfill' ;
3
+ import 'babel-core /polyfill' ;
4
4
import ReactDOM from 'react-dom' ;
5
5
import FastClick from 'fastclick' ;
6
6
import Router from './routes' ;
Original file line number Diff line number Diff line change 1
1
/*! React Starter Kit | MIT License | http://www.reactstarterkit.com/ */
2
2
3
- import 'babel/polyfill' ;
3
+ import 'babel-core /polyfill' ;
4
4
import path from 'path' ;
5
5
import express from 'express' ;
6
6
import React from 'react' ;
You can’t perform that action at this time.
0 commit comments