We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbec73 commit b8265d6Copy full SHA for b8265d6
index.js
@@ -180,7 +180,7 @@ class GitMarkdownDiff {
180
181
spinner.text = "Writing index file...";
182
fs.writeFileSync(
183
- path.join(this.outputDir, "README.md"),
+ path.join(this.outputDir, "DIFF_INDEX.md"),
184
index.join("\n")
185
);
186
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-markdown-diff",
3
- "version": "0.0.37",
+ "version": "0.0.38",
4
"description": "Git diff tool that outputs markdown formatted diffs",
5
"main": "index.js",
6
"bin": {
0 commit comments