File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
"devDependencies" : {
36
36
"@octokit/fixtures" : " ^5.4.0" ,
37
+ "apidoc" : " ^0.17.6" ,
37
38
"chai" : " ^4.1.2" ,
38
39
"coveralls" : " ^3.0.0" ,
39
40
"glob" : " ^7.1.2" ,
41
+ "mkdirp" : " ^0.5.1" ,
40
42
"mocha" : " ^4.0.1" ,
41
43
"mustache" : " ^2.2.1" ,
42
44
"nock" : " ^9.1.0" ,
56
58
"pretest" : " standard && standard-markdown" ,
57
59
"test" : " nyc mocha test/**/*-test.js" ,
58
60
"build" : " npm-run-all build:*" ,
61
+ "prebuild:docs" : " mkdirp doc/" ,
62
+ "build:docs" : " node scripts/generate-api-docs" ,
63
+ "postbuild:docs" : " apidoc -i doc/ -o apidoc/" ,
59
64
"build:flow" : " node scripts/generate-flow-types" ,
60
65
"build:ts" : " node scripts/generate-typescript-types" ,
61
66
"presemantic-release" : " npm run -s build" ,
72
77
" lib"
73
78
],
74
79
"apidoc" : {
75
- "title" : " node-github" ,
76
- "name" : " node-github" ,
77
- "version" : " 11.0.0" ,
78
80
"template" : {
79
- "withCompare" : true
81
+ "withCompare" : false
80
82
}
81
83
},
82
84
"nyc" : {
You can’t perform that action at this time.
0 commit comments