Skip to content

Commit 5fe4bc2

Browse files
Removes redux-actions
1 parent b23b0e2 commit 5fe4bc2

File tree

5 files changed

+1
-80
lines changed

5 files changed

+1
-80
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"source-map-support": "^0.4.0",
5555
"ts-node": "^0.7.2",
5656
"tsd": "^0.6.5",
57+
"tslint": "^3.9.0",
5758
"typescript": "^1.8.10",
5859
"url-loader": "^0.5.7",
5960
"webpack": "^1.13.0",
@@ -78,7 +79,6 @@
7879
"react-router": "^2.4.0",
7980
"react-router-redux": "^4.0.4",
8081
"redux": "^3.5.2",
81-
"redux-actions": "^0.9.1",
8282
"redux-thunk": "^2.0.1",
8383
"reselect": "^2.5.1"
8484
}

tsd.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464
},
6565
"isomorphic-fetch/isomorphic-fetch.d.ts": {
6666
"commit": "d969b903d1fce89a5e43828ec68458b4f852db4d"
67-
},
68-
"redux-actions/redux-actions.d.ts": {
69-
"commit": "6052959591c9bc6f8463c58220965c7030ba934d"
7067
}
7168
}
7269
}

typings/redux-actions/redux-actions.d.ts

Lines changed: 0 additions & 73 deletions
This file was deleted.

typings/tsd.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
/// <reference path="orchestrator/orchestrator.d.ts" />
2222
/// <reference path="q/Q.d.ts" />
2323
/// <reference path="isomorphic-fetch/isomorphic-fetch.d.ts" />
24-
/// <reference path="redux-actions/redux-actions.d.ts" />

webpack/config-vendor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ config.entry.vendor = [
2323
'react-router',
2424
'react-router-redux',
2525
'redux',
26-
'redux-actions',
2726
'redux-thunk',
2827
'reselect',
2928
'whatwg-fetch',
30-
'lodash',
3129
];
3230

3331
config.output.library = 'vendor';

0 commit comments

Comments
 (0)