File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: GitHub Pages
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 build :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Unit Test
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 build :
Original file line number Diff line number Diff line change 22
33[ ![ NPM version] [ npm-image ]] [ npm-url ]
44[ ![ Downloads] [ download-badge ]] [ npm-url ]
5- [ ![ Codecov] ( https://codecov.io/gh/RexSkz/json-diff-kit/branch/master /graph/badge.svg?token=8YRG3M4WTO )] ( https://codecov.io/gh/RexSkz/json-diff-kit )
5+ [ ![ Codecov] ( https://codecov.io/gh/RexSkz/json-diff-kit/branch/main /graph/badge.svg?token=8YRG3M4WTO )] ( https://codecov.io/gh/RexSkz/json-diff-kit )
66
77A better JSON differ & viewer library written in TypeScript. [ Try it out in the playground!] ( https://json-diff-kit.js.org/ )
88
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ const Docs: React.FC<PropTypes> = props => {
158158 < div className = "statistics" >
159159 < img src = "https://img.shields.io/npm/v/json-diff-kit.svg" />
160160 < img src = "https://img.shields.io/npm/dm/json-diff-kit.svg" />
161- < img src = "https://codecov.io/gh/RexSkz/json-diff-kit/branch/master /graph/badge.svg?token=8YRG3M4WTO" />
161+ < img src = "https://codecov.io/gh/RexSkz/json-diff-kit/branch/main /graph/badge.svg?token=8YRG3M4WTO" />
162162 < iframe
163163 src = "https://ghbtns.com/github-btn.html?user=rexskz& repo = json - diff - kit & type = star & count = true "
164164 frameBorder = "0"
You can’t perform that action at this time.
0 commit comments