We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd49199 commit f252459Copy full SHA for f252459
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-redux",
3
- "version": "2.0.0-alpha.2",
+ "version": "2.0.0-alpha.3",
4
"description": "Angular 2 bindings for Redux",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -28,13 +28,14 @@
28
"expect": "^1.8.0",
29
"mocha": "^2.2.5",
30
"sinon": "^1.16.1",
31
- "webpack": "^1.10.5"
+ "webpack": "^1.10.5",
32
+ "angular2": "^2.0.0-alpha.30"
33
},
34
"peerDependencies": {
- "redux": "^2.0.0"
35
+ "redux": "^2.0.0 || ^3.0.0",
36
37
38
"dependencies": {
- "angular2": "^2.0.0-alpha.30",
39
"invariant": "^2.1.0",
40
"lodash": "^3.10.1"
41
}
0 commit comments