Skip to content

Commit 79ec906

Browse files
committed
Update package.json and add more information.
1 parent 9f8e622 commit 79ec906

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"build": "tsc",
1515
"start": "node dist/cli.js",
1616
"dev": "tsc -w",
17+
"prepublishOnly": "npm run build",
1718
"lint": "eslint ./src --ext .ts",
1819
"lint:fix": "eslint ./src --ext .ts --fix",
1920
"format": "prettier --write \"src/**/*.ts\"",
@@ -25,7 +26,15 @@
2526
"documentation",
2627
"generator"
2728
],
28-
"author": "10up",
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/10up/wp-hooks-documentor.git"
32+
},
33+
"bugs": {
34+
"url": "https://github.com/10up/wp-hooks-documentor/issues"
35+
},
36+
"homepage": "https://github.com/10up/wp-hooks-documentor#readme",
37+
"author": "10up <[email protected]> (https://github.com/10up)",
2938
"license": "MIT",
3039
"dependencies": {
3140
"commander": "^14.0.0",

0 commit comments

Comments
 (0)