Skip to content

Commit d91eaa5

Browse files
committed
Rename yaml-metadata.ts -> yamlMetadata.ts
1 parent a8266d9 commit d91eaa5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/converter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'fs'
22
import path from 'path'
3-
import { MarkdownItYAMLMetadata, Metadata } from './yaml-metadata'
3+
import { MarkdownItYAMLMetadata, Metadata } from './yamlMetadata'
44
import { MarkdownItContainer } from './container'
55
import { MarkdownItCheckbox } from './checkbox'
66
import { MarkdownItExternal } from './external'
File renamed without changes.

0 commit comments

Comments
 (0)