We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7210273 commit bd6b7e8Copy full SHA for bd6b7e8
.gitignore
@@ -1,2 +1,3 @@
1
node_modules/
2
-lib/
+lib/
3
+*.tgz
examples/counter/package.json
@@ -28,10 +28,11 @@
28
"homepage": "https://github.com/gaearon/redux#readme",
29
"dependencies": {
30
"angular2": "2.0.0-alpha.30",
31
- "rtts_assert": "2.0.0-alpha.30",
+ "ng2-redux": "0.0.1",
32
"react": "^0.13.3",
33
"redux": "^1.0.0-rc",
34
"reflect-metadata": "^0.1.0",
35
+ "rtts_assert": "2.0.0-alpha.30",
36
"zone.js": "^0.5.2"
37
},
38
"devDependencies": {
0 commit comments