Skip to content

Commit

Permalink
Merge pull request #27 from Trent-Evernote/growth/trent/EG-1320-3
Browse files Browse the repository at this point in the history
Add exports for new types
  • Loading branch information
hadleyac-en authored Feb 4, 2022
2 parents 8715781 + e9d6376 commit 9c0d655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aquaman-redux",
"version": "1.3.0",
"version": "1.3.1",
"description": "Redux middlewear for composable, declarative control flow",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export {
AquamanStep,
MappedFunction,
ActionSeries,
OnWillChooseFlowReturn,
FlowTriggerType,
FlowOptions,
} from "./Types";
import { AquamanStep } from "./Types";

Expand Down

0 comments on commit 9c0d655

Please sign in to comment.