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 a8df090 commit c77a40fCopy full SHA for c77a40f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-redux",
3
- "version": "2.2.2",
+ "version": "2.2.3",
4
"description": "Angular 2 bindings for Redux",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -45,17 +45,17 @@
45
"sinon-chai": "^2.8.0",
46
"ts-loader": "^0.8.1",
47
"ts-node": "^0.5.5",
48
- "typescript": "^1.8.7"
49
- },
50
- "dependencies": {
+ "typescript": "^1.8.7",
51
"angular2": "2.0.0-beta.14",
52
"es6-shim": "^0.35.0",
53
- "invariant": "^2.1.0",
54
- "lodash": "^3.10.1",
55
"redux": "^3.4.0",
56
"reflect-metadata": "0.1.2",
57
"rxjs": "5.0.0-beta.2",
58
- "typings": "^0.7.4",
59
"zone.js": "0.6.10"
+ },
+ "dependencies": {
+ "invariant": "^2.1.0",
+ "lodash": "^3.10.1",
+ "typings": "^0.7.4"
60
}
61
0 commit comments