File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1+ /node_modules
12bundle.js
23* .bundle.js
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react'
22
33export default React . createClass ( {
44 render ( ) {
5- return < div > Hello, React Router !</ div >
5+ return < div > Hello, Ryan !</ div >
66 }
77} )
88
Original file line number Diff line number Diff line change 99 "author" : " " ,
1010 "license" : " ISC" ,
1111 "dependencies" : {
12- "react" : " ^0.14.7" ,
13- "react-dom" : " ^0.14.7" ,
14- "react-router" : " ^2.0.0"
12+ "react" : " 0.14.7" ,
13+ "react-dom" : " 0.14.7" ,
14+ "babel-runtime" : " ~6.2.4" ,
15+ "lodash" : " ~3.4.0"
1516 },
1617 "devDependencies" : {
17- "babel-core" : " ^6.5.1" ,
18- "babel-loader" : " ^6.2.2" ,
19- "babel-preset-es2015" : " ^6.5.0" ,
20- "babel-preset-react" : " ^6.5.0" ,
18+ "webpack" : " ^1.14.1" ,
19+ "webpack-dev-server" : " ^1.14.1" ,
20+ "html-webpack-plugin" : " ^1.12.0" ,
2121 "http-server" : " ^0.8.5" ,
22- "webpack" : " ^1.12.13" ,
23- "webpack-dev-server" : " ^1.14.1"
22+ "babel-core" : " ~6.7.2" ,
23+ "babel-loader" : " ~6.2.4" ,
24+ "babel-preset-react" : " ~6.5.0" ,
25+ "babel-preset-es2015" : " ~6.5.0"
2426 }
2527}
You can’t perform that action at this time.
0 commit comments