Skip to content

Commit 170da76

Browse files
committed
chore: set main as the default branch
1 parent 8c6345b commit 170da76

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/css-processor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: css-processor
66
on:
77
push:
88
branches:
9-
- master
9+
- main
1010
pull_request:
1111

1212
jobs:

.github/workflows/performances.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: performances
88
on:
99
push:
1010
branches:
11-
- master
11+
- main
1212
pull_request:
1313

1414
jobs:

.github/workflows/transient-render-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: transient-render-engine
88
on:
99
push:
1010
branches:
11-
- master
11+
- main
1212
pull_request:
1313

1414
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
| Package | Release | Build Status | Coverage |
44
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
5-
| [@native-html/css-processor](packages/css-processor#readme) | [![npm](https://img.shields.io/npm/v/@native-html/css-processor)](https://www.npmjs.com/package/@native-html/css-processor) | [![CI](https://github.com/native-html/core/workflows/css-processor/badge.svg?branch=master)](https://github.com/native-html/core/actions?query=branch%3Amaster+workflow%3Acss-processor) | [![codecov](https://codecov.io/gh/native-html/core/branch/master/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/core?flag=css-processor) |
6-
| [@native-html/transient-render-engine](packages/transient-render-engine#readme) | [![npm](https://img.shields.io/npm/v/@native-html/transient-render-engine)](https://www.npmjs.com/package/@native-html/transient-render-engine) | [![CI](https://github.com/native-html/core/workflows/transient-render-engine/badge.svg?branch=master)](https://github.com/native-html/core/actions?query=branch%3Amaster+workflow%3Atransient-render-tree) | [![codecov](https://codecov.io/gh/native-html/core/branch/master/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/core?flag=transient-render-engine) |
5+
| [@native-html/css-processor](packages/css-processor#readme) | [![npm](https://img.shields.io/npm/v/@native-html/css-processor)](https://www.npmjs.com/package/@native-html/css-processor) | [![CI](https://github.com/native-html/core/workflows/css-processor/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Acss-processor) | [![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/core?flag=css-processor) |
6+
| [@native-html/transient-render-engine](packages/transient-render-engine#readme) | [![npm](https://img.shields.io/npm/v/@native-html/transient-render-engine)](https://www.npmjs.com/package/@native-html/transient-render-engine) | [![CI](https://github.com/native-html/core/workflows/transient-render-engine/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Atransient-render-tree) | [![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/core?flag=transient-render-engine) |

packages/css-processor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @native-html/css-processor
22

33
[![npm](https://img.shields.io/npm/v/@native-html/css-processor)](https://www.npmjs.com/package/@native-html/css-processor)
4-
[![CI](https://github.com/native-html/core/workflows/css-processor/badge.svg?branch=master)](https://github.com/native-html/core/actions?query=branch%3Amaster+workflow%3Acss-processor)
5-
[![codecov](https://codecov.io/gh/native-html/core/branch/master/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/core?flag=css-processor)
4+
[![CI](https://github.com/native-html/core/workflows/css-processor/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Acss-processor)
5+
[![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=css-processor)](https://codecov.io/gh/native-html/core?flag=css-processor)
66

77
## Known Incompatibilities (Inline CSS Style → RN Styles)
88

packages/css-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib",
1010
"src"
1111
],
12-
"homepage": "https://github.com/native-html/core/tree/master/packages/css-processor#readme",
12+
"homepage": "https://github.com/native-html/core/tree/main/packages/css-processor#readme",
1313
"bugs": {
1414
"url": "https://github.com/native-html/core/issues"
1515
},
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @native-html/transient-render-engine
22

33
[![npm](https://img.shields.io/npm/v/@native-html/transient-render-engine)](https://www.npmjs.com/package/@native-html/transient-render-engine)
4-
[![CI](https://github.com/native-html/core/workflows/transient-render-engine/badge.svg?branch=master)](https://github.com/native-html/core/actions?query=branch%3Amaster+workflow%3Atransient-render-engine)
5-
[![Perf](https://github.com/native-html/core/workflows/performances/badge.svg?branch=master)](https://github.com/native-html/core/actions?query=branch%3Amaster+workflow%3Aperformances)
6-
[![codecov](https://codecov.io/gh/native-html/core/branch/master/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/core?flag=transient-render-engine)
4+
[![CI](https://github.com/native-html/core/workflows/transient-render-engine/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Atransient-render-engine)
5+
[![Perf](https://github.com/native-html/core/workflows/performances/badge.svg?branch=main)](https://github.com/native-html/core/actions?query=branch%3Amain+workflow%3Aperformances)
6+
[![codecov](https://codecov.io/gh/native-html/core/branch/main/graph/badge.svg?flag=transient-render-engine)](https://codecov.io/gh/native-html/core?flag=transient-render-engine)

packages/transient-render-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lib",
1010
"src"
1111
],
12-
"homepage": "https://github.com/native-html/core/tree/master/packages/transient-render-engine#readme",
12+
"homepage": "https://github.com/native-html/core/tree/main/packages/transient-render-engine#readme",
1313
"bugs": {
1414
"url": "https://github.com/native-html/core/issues"
1515
},

0 commit comments

Comments
 (0)