Skip to content

Commit a28d868

Browse files
committed
chore: rename branch to main
1 parent bea7193 commit a28d868

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: GitHub Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Unit Test
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
A better JSON differ & viewer library written in TypeScript. [Try it out in the playground!](https://json-diff-kit.js.org/)
88

playground/docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)