Skip to content

Commit a9a3366

Browse files
committed
Add @10up prefix in package name.
1 parent 4a0f22c commit a9a3366

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Installation
2121

2222
```bash
23-
npm install -g wp-hooks-documentor
23+
npm install -g @10up/wp-hooks-documentor
2424
```
2525

2626
## Quick Start

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wp-hooks-documentor",
2+
"name": "@10up/wp-hooks-documentor",
33
"version": "1.0.0",
44
"description": "WordPress Plugin Hook Documentation Generator",
55
"main": "dist/cli.js",

src/orchestrator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class Orchestrator {
6060
tagline: this.config.tagline || 'Hooks Documentation for Plugin',
6161
url: this.config.url || 'https://example.com',
6262
baseUrl: this.config.baseUrl || '/',
63-
repoUrl: this.config.repoUrl || 'https://github.com/iamdharmesh/wp-hooks-documentor',
63+
repoUrl: this.config.repoUrl || 'https://github.com/10up/wp-hooks-documentor',
6464
organizationName: this.config.organizationName,
6565
projectName: this.config.projectName,
6666
templatesDir: this.config.templatesDir,

0 commit comments

Comments
 (0)