Skip to content

Commit

Permalink
Added .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Petrov committed Aug 14, 2015
1 parent c36c7c5 commit e6939d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"stage": 0,
"loose": "all"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-combine-actions",
"version": "0.1.0",
"version": "0.1.1",
"description": "Redux middleware for combining actions",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"sequential",
"flux"
],
"author": "Anton Petrov <petrov.aap@google.com> (http://github.com/itsmepetrov)",
"author": "Anton Petrov <petrov.aap@gmail.com> (http://github.com/itsmepetrov)",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsmepetrov/redux-combine-actions/issues"
Expand Down

0 comments on commit e6939d1

Please sign in to comment.