chore: Update package scope from @soconnor0919 to @been0919 in package.json and README.

This commit is contained in:
2025-12-08 11:14:03 -05:00
parent 22b6408142
commit ed55e05528
2 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ It's like `leftpad`, but it appends the string "been" to the left.
## Installation
```bash
npm install @soconnor0919/beenpad
npm install @been0919/beenpad
```
## Usage
```javascript
import { beenpad } from '@soconnor0919/beenpad';
import { beenpad } from '@been0919/beenpad';
// Pad to length 7
console.log(beenpad('foo', 7));

View File

@@ -1,5 +1,5 @@
{
"name": "@soconnor0919/beenpad",
"name": "@been0919/beenpad",
"version": "1.0.0",
"description": "",
"repository": "git://github.com/soconnor0919/beenpad.git",