Skip to content

Commit

Permalink
fix: export enum from gitgraphjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Sep 29, 2024
1 parent 3e70e42 commit 722a933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/ogre-react/OgreGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import type { Template } from "@gitgraph/core/lib/template";

export {
templateExtend,
TemplateName,
metroTemplate,
blackArrowTemplate,
} from "@gitgraph/core/lib/template";
Expand Down
1 change: 1 addition & 0 deletions packages/ogre-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@dotinc/ogre": "^0.12.0",
"@gitgraph/react": "^1.6.0"
"@gitgraph/core": "^1.5.0"
},
"devDependencies": {
"@types/react": "^17.0.39",
Expand Down

0 comments on commit 722a933

Please sign in to comment.