@@ -563,6 +563,8 @@ SystemJS.config({
563563 "react" : "npm:react@15.3.1" ,
564564 "react-dom" : "npm:react-dom@15.3.1" ,
565565 "react-redux" : "npm:react-redux@4.4.5" ,
566+ "react-router" : "npm:react-router@2.7.0" ,
567+ "react-router-redux" : "npm:react-router-redux@4.0.5" ,
566568 "redux" : "npm:redux@3.5.2" ,
567569 "redux-actions" : "npm:redux-actions@0.11.0" ,
568570 "stream" : "github:jspm/nodelibs-stream@0.2.0-alpha" ,
@@ -885,6 +887,38 @@ SystemJS.config({
885887 "lodash" : "npm:lodash@4.15.0" ,
886888 "reduce-reducers" : "npm:reduce-reducers@0.1.2"
887889 }
890+ } ,
891+ "npm:react-router@2.7.0" : {
892+ "map" : {
893+ "invariant" : "npm:invariant@2.2.1" ,
894+ "history" : "npm:history@2.1.2" ,
895+ "hoist-non-react-statics" : "npm:hoist-non-react-statics@1.2.0" ,
896+ "warning" : "npm:warning@3.0.0" ,
897+ "loose-envify" : "npm:loose-envify@1.2.0"
898+ }
899+ } ,
900+ "npm:history@2.1.2" : {
901+ "map" : {
902+ "invariant" : "npm:invariant@2.2.1" ,
903+ "warning" : "npm:warning@2.1.0" ,
904+ "deep-equal" : "npm:deep-equal@1.0.1" ,
905+ "query-string" : "npm:query-string@3.0.3"
906+ }
907+ } ,
908+ "npm:warning@3.0.0" : {
909+ "map" : {
910+ "loose-envify" : "npm:loose-envify@1.2.0"
911+ }
912+ } ,
913+ "npm:warning@2.1.0" : {
914+ "map" : {
915+ "loose-envify" : "npm:loose-envify@1.2.0"
916+ }
917+ } ,
918+ "npm:query-string@3.0.3" : {
919+ "map" : {
920+ "strict-uri-encode" : "npm:strict-uri-encode@1.1.0"
921+ }
888922 }
889923 }
890924} ) ;
0 commit comments