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 f5f82b0 commit a940896Copy full SHA for a940896
.gitignore
@@ -3,4 +3,5 @@ npm-debug.log
3
.DS_Store
4
lib
5
coverage
6
-*.tgz
+*.tgz
7
+examples/**/dist
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-redux",
- "version": "3.0.2",
+ "version": "3.1.0",
"homepage": "http://github.com/wbuchwalter/ng-redux",
"authors": [
"William Buchwalter <wbuchwalter@gmail.com> (http://github.com/wbuchwalter)"
package.json
"description": "Redux bindings for Angular.js",
"main": "./lib/index.js",
"scripts": {
0 commit comments