Skip to content

Commit 2c2b942

Browse files
fix: update GitHub username in documentation and configuration files
1 parent 17520d5 commit 2c2b942

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for your interest in improving `why-package`! 🎉
55
## Getting started
66

77
```bash
8-
git clone https://github.com/mohammadshehadeh/why-package.git
8+
git clone https://github.com/MohammadShehadeh/why-package.git
99
cd why-package
1010
pnpm install
1111
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Understand exactly **why** a dependency exists in your project — and whether you can remove it.
44
55
[![npm version](https://img.shields.io/npm/v/why-package.svg)](https://www.npmjs.com/package/why-package)
6-
[![CI](https://github.com/mohammadshehadeh/why-package/actions/workflows/ci.yml/badge.svg)](https://github.com/mohammadshehadeh/why-package/actions/workflows/ci.yml)
6+
[![CI](https://github.com/MohammadShehadeh/why-package/actions/workflows/ci.yml/badge.svg)](https://github.com/MohammadShehadeh/why-package/actions/workflows/ci.yml)
77
[![license](https://img.shields.io/npm/l/why-package.svg)](./LICENSE)
88
[![node](https://img.shields.io/node/v/why-package.svg)](https://nodejs.org)
99

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"tree-shaking",
1919
"depcheck"
2020
],
21-
"homepage": "https://github.com/mohammadshehadeh/why-package#readme",
21+
"homepage": "https://github.com/MohammadShehadeh/why-package#readme",
2222
"bugs": {
23-
"url": "https://github.com/mohammadshehadeh/why-package/issues"
23+
"url": "https://github.com/MohammadShehadeh/why-package/issues"
2424
},
2525
"repository": {
2626
"type": "git",
27-
"url": "git+https://github.com/mohammadshehadeh/why-package.git"
27+
"url": "git+https://github.com/MohammadShehadeh/why-package.git"
2828
},
2929
"license": "MIT",
3030
"author": "why-package contributors",

0 commit comments

Comments
 (0)