File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 26
26
"lint" : " eslint ." ,
27
27
"test" : " tape test/*.js" ,
28
28
"coverage" : " tap test/*.js --coverage --coverage-report=lcov" ,
29
- "generate-docs" : " tryitout --template=landing --output=./docs && jsdoc -c jsdoc.json"
29
+ "generate-docs" : " tryitout && jsdoc -c jsdoc.json"
30
30
},
31
31
"dependencies" : {
32
32
"through" : " ^2.3.8"
33
33
},
34
34
"devDependencies" : {
35
- "async" : " ^2.5 .0" ,
35
+ "async" : " ^2.6 .0" ,
36
36
"docdash" : " ^0.4.0" ,
37
- "eslint" : " ^4.10 .0" ,
37
+ "eslint" : " ^4.11 .0" ,
38
38
"jsdoc" : " ^3.5.5" ,
39
- "tap" : " ^10.7.2 " ,
39
+ "tap" : " ^10.7.3 " ,
40
40
"tape" : " ^4.8.0" ,
41
- "tryitout" : " ^1.0 .0"
41
+ "tryitout" : " ^1.2 .0"
42
42
}
43
43
}
Original file line number Diff line number Diff line change @@ -31,5 +31,7 @@ module.exports = {
31
31
} ,
32
32
footer : `
33
33
<div class="text-black">Made with ☕️ by <a href="http://www.gabrielcsapo.com">@gabrielcsapo</a></div>
34
- `
34
+ ` ,
35
+ template : 'landing' ,
36
+ output : './docs'
35
37
} ;
You can’t perform that action at this time.
0 commit comments