This repository was archived by the owner on Jan 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-isomorphic-starterkit" ,
3
3
"description" : " Isomorphic starterkit with server-side React rendering." ,
4
- "version" : " 2.0.1 " ,
4
+ "version" : " 2.1.0 " ,
5
5
"license" : " BSD-3" ,
6
6
"repository" : {
7
7
"type" : " git" ,
30
30
"babel" : " 4.7.16" ,
31
31
"hapi" : " 8.4.0" ,
32
32
"piping" : " 0.1.7" ,
33
- "react" : " 0.12.2" ,
34
- "react-a11y" : " 0.0.6" ,
33
+ "react" : " 0.13.1" ,
35
34
"react-inline-css" : " 1.1.1" ,
36
- "react-router" : " 0.12.4 " ,
37
- "react-transmit" : " 2.1.0 " ,
35
+ "react-router" : " 0.13.2 " ,
36
+ "react-transmit" : " 2.3.1 " ,
38
37
"isomorphic-fetch" : " 2.0.0"
39
38
},
40
39
"devDependencies" : {
41
40
"babel-core" : " 4.7.16" ,
42
- "babel-loader" : " 4.2 .0" ,
41
+ "babel-loader" : " 4.3 .0" ,
43
42
"babel-runtime" : " 4.7.16" ,
44
43
"concurrently" : " 0.0.5" ,
45
44
"json-loader" : " 0.5.1" ,
46
45
"react-hot-loader" : " 1.2.4" ,
47
46
"webpack" : " 1.7.3" ,
48
- "webpack-dev-server" : " 1.7 .0"
47
+ "webpack-dev-server" : " 1.8 .0"
49
48
},
50
49
"engines" : {
51
50
"node" : " >=0.10.32"
Original file line number Diff line number Diff line change @@ -3,13 +3,6 @@ import Router from "react-router";
3
3
import Transmit from "react-transmit" ;
4
4
import routes from "views/Routes" ;
5
5
6
- /**
7
- * Enable Accessibility warnings on the client.
8
- */
9
- if ( process . env . NODE_ENV !== "production" ) {
10
- require ( "react-a11y" ) ( ) ;
11
- }
12
-
13
6
/**
14
7
* Fire-up React Router.
15
8
*/
You can’t perform that action at this time.
0 commit comments