We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f936e0 commit 41a5eaeCopy full SHA for 41a5eae
.github/workflows/nodejs.yml
@@ -1,11 +1,11 @@
1
-name: CI
+name: CI for 1.x
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ 1.x ]
6
7
pull_request:
8
9
10
jobs:
11
Job:
.github/workflows/release.yml
@@ -1,8 +1,8 @@
-name: Release
+name: Release for 1.x
release:
README.md
@@ -1,4 +1,4 @@
-# compressing
+# compressing@1
[![NPM version][npm-image]][npm-url]
[![Test coverage][codecov-image]][codecov-url]
@@ -26,7 +26,7 @@ Currently supported:
26
## Install
27
28
```bash
29
-npm install compressing
+npm install compressing@1
30
```
31
32
## Usage
0 commit comments