Skip to content

Commit 9a770be

Browse files
committed
chore(core): Install @discord-message-components/markdown
1 parent 04b1c0c commit 9a770be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"vite": "^2.0.1"
2323
},
2424
"dependencies": {
25+
"@discord-message-components/markdown": "^0.1.0",
2526
"color-rgba": "^2.2.3"
2627
},
2728
"gitHead": "1e5ae8e0fe8afa656bfed9b95c9b61fd7aad3d4d"

packages/core/src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import colorToRgba from 'color-rgba'
2-
export { default as markdownParser } from 'discord-markdown'
2+
export { default as markdownParser } from '@discord-message-components/markdown'
33

44
export const parseColorToRgba = (color?: string, alpha?: number): string | null => {
55
if (!color) return null

0 commit comments

Comments
 (0)