@appsflow/redux
Advanced tools
Comparing version 0.0.0-alpha.5 to 0.0.0-alpha.6
{ | ||
"name": "@appsflow/redux", | ||
"version": "0.0.0-alpha.5", | ||
"version": "0.0.0-alpha.6", | ||
"description": "AppFlow redux", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -59,4 +59,4 @@ /** | ||
getSlice(): Slice { | ||
return this.slice as Slice; | ||
getSlice() { | ||
return this.slice; | ||
} | ||
@@ -63,0 +63,0 @@ |
125178