File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2828 "core-coderoad" : " 0.2.0" ,
2929 "highlights" : " 1.3.1" ,
3030 "lodash.debounce" : " ^4.0.6" ,
31- "lodash.throttle" : " ^4.0.1" ,
3231 "marked" : " 0.3.5" ,
3332 "material-ui" : " 0.15.0" ,
3433 "node-file-exists" : " 1.1.0" ,
3837 "react-tap-event-plugin" : " 1.0.0" ,
3938 "redux" : " 3.5.2" ,
4039 "redux-form" : " ^6.0.0-alpha.15" ,
41- "redux-logger" : " 2.6.1" ,
42- "redux-throttle-actions" : " 1.1.0" ,
43- "redux-thunk" : " 2.1.0" ,
4440 "sort-package-json" : " 1.4.0"
4541 },
4642 "activationCommands" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import {configureStore} from 'core-coderoad';
33
44export default configureStore (
55 reducer ,
6- false , // devMode
7- { TUTORIAL_BUILD : 300 } // throttled actions
6+ // devMode
7+ false ,
8+ // throttled actions
9+ { TUTORIAL_BUILD : 300 }
810) ;
You can’t perform that action at this time.
0 commit comments