Skip to content

Commit 12519a5

Browse files
JustinBeckwithAVaksman
authored andcommitted
docs: use the jsdoc-fresh theme (#214)
1 parent 7882575 commit 12519a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-oslogin/.jsdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
opts: {
2121
readme: './README.md',
2222
package: './package.json',
23-
template: './node_modules/jsdoc-baseline',
23+
template: './node_modules/jsdoc-fresh',
2424
recurse: true,
2525
verbose: true,
2626
destination: './docs/'

packages/google-cloud-oslogin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-config-prettier": "^6.0.0",
5050
"eslint-plugin-node": "^9.0.0",
5151
"eslint-plugin-prettier": "^3.0.0",
52-
"jsdoc-baseline": "^0.1.0",
52+
"jsdoc-fresh": "^1.0.1",
5353
"intelli-espower-loader": "^1.0.1",
5454
"jsdoc": "^3.5.5",
5555
"mocha": "^6.0.0",

0 commit comments

Comments
 (0)