Skip to content

Commit 41a5eae

Browse files
committed
chore: typo fix on branch
1 parent 6f936e0 commit 41a5eae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: CI
1+
name: CI for 1.x
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 1.x ]
66

77
pull_request:
8-
branches: [ master ]
8+
branches: [ 1.x ]
99

1010
jobs:
1111
Job:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Release
1+
name: Release for 1.x
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 1.x ]
66

77
jobs:
88
release:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# compressing
1+
# compressing@1
22

33
[![NPM version][npm-image]][npm-url]
44
[![Test coverage][codecov-image]][codecov-url]
@@ -26,7 +26,7 @@ Currently supported:
2626
## Install
2727

2828
```bash
29-
npm install compressing
29+
npm install compressing@1
3030
```
3131

3232
## Usage

0 commit comments

Comments
 (0)