Skip to content

Commit 727d9c1

Browse files
krisaoeyangmillstheory
authored andcommitted
Export defaultNamespace from namespaceActions.js (#198)
1 parent a4047db commit 727d9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-actions",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Flux Standard Action utlities for Redux",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/namespaceActions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ function unflattenActionCreators(flatActionCreators, namespace = defaultNamespac
5454
return partialNestedActionCreators;
5555
}
5656

57-
export { flattenActionMap, unflattenActionCreators };
57+
export { flattenActionMap, unflattenActionCreators, defaultNamespace };

0 commit comments

Comments
 (0)