Skip to content

Commit b8265d6

Browse files
feat: change readme to diff index
1 parent bbbec73 commit b8265d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class GitMarkdownDiff {
180180

181181
spinner.text = "Writing index file...";
182182
fs.writeFileSync(
183-
path.join(this.outputDir, "README.md"),
183+
path.join(this.outputDir, "DIFF_INDEX.md"),
184184
index.join("\n")
185185
);
186186

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-markdown-diff",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"description": "Git diff tool that outputs markdown formatted diffs",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)