mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-04 15:56:37 -05:00
chore: Update package scope from @soconnor0919 to @been0919 in package.json and README.
This commit is contained in:
@@ -5,13 +5,13 @@ It's like `leftpad`, but it appends the string "been" to the left.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @soconnor0919/beenpad
|
npm install @been0919/beenpad
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import { beenpad } from '@soconnor0919/beenpad';
|
import { beenpad } from '@been0919/beenpad';
|
||||||
|
|
||||||
// Pad to length 7
|
// Pad to length 7
|
||||||
console.log(beenpad('foo', 7));
|
console.log(beenpad('foo', 7));
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@soconnor0919/beenpad",
|
"name": "@been0919/beenpad",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": "git://github.com/soconnor0919/beenpad.git",
|
"repository": "git://github.com/soconnor0919/beenpad.git",
|
||||||
|
|||||||
Reference in New Issue
Block a user