Skip to content

Commit f252459

Browse files
committed
Update dependencies
1 parent bd49199 commit f252459

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-redux",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "Angular 2 bindings for Redux",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -28,13 +28,14 @@
2828
"expect": "^1.8.0",
2929
"mocha": "^2.2.5",
3030
"sinon": "^1.16.1",
31-
"webpack": "^1.10.5"
31+
"webpack": "^1.10.5",
32+
"angular2": "^2.0.0-alpha.30"
3233
},
3334
"peerDependencies": {
34-
"redux": "^2.0.0"
35+
"redux": "^2.0.0 || ^3.0.0",
36+
"angular2": "^2.0.0-alpha.30"
3537
},
3638
"dependencies": {
37-
"angular2": "^2.0.0-alpha.30",
3839
"invariant": "^2.1.0",
3940
"lodash": "^3.10.1"
4041
}

0 commit comments

Comments
 (0)