File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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\" " ,
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" ,
You can’t perform that action at this time.
0 commit comments