Skip to content

Commit

Permalink
refactor: rename shiki/index.ts file to shiki.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2023
1 parent 44f6309 commit d2b66a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import { map } from 'unist-util-map'
import type { Code, Node } from '@dimerapp/markdown/types'
import { Shiki } from './src/shiki/index.js'
import { Shiki } from './src/shiki.js'

export { Shiki }
export type { Theme, IShikiTheme, Highlighter, ILanguageRegistration } from 'shiki'
Expand Down
File renamed without changes.

0 comments on commit d2b66a2

Please sign in to comment.