Skip to content

Commit

Permalink
feat: update diff2html config
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhangdev committed Jan 11, 2024
1 parent eeed895 commit 2bf6bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "none",
"comment": "ci: config github actions",
"type": "minor",
"comment": "feat: update diff2html config",
"packageName": "@rightcapital/verdaccio-package-diff",
"email": "[email protected]",
"dependentChangeType": "none"
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
const diff2htmlConfig = {
drawFileList: true,
matching: 'lines',
colorScheme: 'auto'
};

document.addEventListener('DOMContentLoaded', () => {
Expand Down

0 comments on commit 2bf6bed

Please sign in to comment.