Skip to content

Commit 1859ca1

Browse files
committed
expose more exports
1 parent 09b0ed6 commit 1859ca1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@elicdavis/node-flow",
33
"description": "build node graphs",
44
"author": "Eli C Davis",
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"license": "MIT",
77
"keywords": [
88
"nodes",

src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { NodeFlowGraph } from './graph';
2-
import { FlowNode, FlowNodeConfig } from './node';
3-
4-
export { NodeFlowGraph, FlowNode, FlowNodeConfig };
1+
export * from './graph';
2+
export * from './node';
53

64
import { Theme } from './theme';
75
export { Theme };

0 commit comments

Comments
 (0)