aislop 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/aislop.svg)](https://www.npmjs.com/package/aislop)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/aislop.svg)](https://www.npmjs.com/package/aislop)
7
- [![CI](https://github.com/heavykenny/aislop/actions/workflows/ci.yml/badge.svg)](https://github.com/heavykenny/aislop/actions/workflows/ci.yml)
7
+ [![CI](https://github.com/scanaislop/aislop/actions/workflows/ci.yml/badge.svg)](https://github.com/scanaislop/aislop/actions/workflows/ci.yml)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
9
9
  [![Node >= 20](https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg)](https://nodejs.org)
10
10
 
@@ -115,7 +115,7 @@ pnpm add -D aislop
115
115
  npm install -g aislop
116
116
  ```
117
117
 
118
- Also available as [`@heavykenny/aislop`](docs/installation.md) on GitHub Packages.
118
+ Also available as [`@scanaislop/aislop`](docs/installation.md) on GitHub Packages.
119
119
 
120
120
  ---
121
121
 
@@ -218,7 +218,7 @@ Or use the composite action (one-liner):
218
218
 
219
219
  ```yaml
220
220
  - uses: actions/checkout@v4
221
- - uses: heavykenny/aislop@v0.5
221
+ - uses: scanaislop/aislop@v0.5
222
222
  ```
223
223
 
224
224
  ### Quality gate
@@ -277,7 +277,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and how to add new
277
277
 
278
278
  ## Contributors
279
279
 
280
- [![Contributors](https://contrib.rocks/image?repo=heavykenny/aislop)](https://github.com/heavykenny/aislop/graphs/contributors)
280
+ [![Contributors](https://contrib.rocks/image?repo=scanaislop/aislop)](https://github.com/scanaislop/aislop/graphs/contributors)
281
281
 
282
282
  ## License
283
283