Skip to content

Commit 8e42a2f

Browse files
Use scoped package name @openstaticfish/bouncer
1 parent e0ff22c commit 8e42a2f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bouncer
22

3-
[![npm version](https://img.shields.io/npm/v/bouncer.svg)](https://www.npmjs.com/package/bouncer)
3+
[![npm version](https://img.shields.io/npm/v/@openstaticfish/bouncer.svg)](https://www.npmjs.com/package/@openstaticfish/bouncer)
44
[![CI](https://github.com/OpenStaticFish/bouncer/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenStaticFish/bouncer/actions/workflows/ci.yml)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

@@ -26,10 +26,10 @@ A terminal UI for managing GitHub branch protection rules across multiple reposi
2626

2727
```bash
2828
# Install globally with bun
29-
bun install -g bouncer
29+
bun install -g @openstaticfish/bouncer
3030

3131
# Or run directly
32-
bunx bouncer
32+
bunx @openstaticfish/bouncer
3333
```
3434

3535
## Quick Start

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bouncer",
2+
"name": "@openstaticfish/bouncer",
33
"version": "0.1.0",
44
"description": "TUI for managing GitHub branch protection rules",
55
"author": "OpenStaticFish",

0 commit comments

Comments
 (0)