Skip to content

Commit

Permalink
Merge pull request #26 from lexich/update_0.6.10
Browse files Browse the repository at this point in the history
Update: npm deps
  • Loading branch information
lexich committed Dec 7, 2015
2 parents f4ff9d3 + 5724326 commit 7cd30a5
Show file tree
Hide file tree
Showing 18 changed files with 351 additions and 338 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"no-extend-native": 0,
"no-empty": 0,
"guard-for-in": 0,
"comma-dangle": 0
"comma-dangle": 0,
"space-before-function-paren": 0
}
}
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-api",
"version": "0.6.8",
"version": "0.6.10",
"main": "dist/redux-api.min.js",
"dependencies": {}
}
Loading

0 comments on commit 7cd30a5

Please sign in to comment.