Skip to content

Commit

Permalink
Export @types/marked-terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronhunter committed Oct 2, 2023
1 parent 6dfbc22 commit 49aab38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
],
"dependencies": {
"marked": "^9.0.3",
"marked-terminal": "^6.0.0"
"marked-terminal": "^6.0.0",
"@types/marked-terminal": "^3.1.4"
},
"devDependencies": {
"@types/dedent": "^0.7.0",
"@types/ink-testing-library": "^1.0.1",
"@types/marked": "^5.0.2",
"@types/marked-terminal": "^3.1.4",
"@types/react": "^16.9.17",
"dedent": "^1.5.1",
"ink": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {parse, setOptions} from 'marked';
import { Text } from 'ink';
import TerminalRenderer, { TerminalRendererOptions } from 'marked-terminal';

type Props = TerminalRendererOptions & {
export type Props = TerminalRendererOptions & {
children: string;
};

Expand Down

0 comments on commit 49aab38

Please sign in to comment.