Skip to content

Commit ecd565f

Browse files
docs: use the jsdoc-fresh theme (#339)
1 parent bb24919 commit ecd565f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-compute/.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-compute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-plugin-prettier": "^3.0.0",
5656
"intelli-espower-loader": "^1.0.1",
5757
"jsdoc": "^3.6.2",
58-
"jsdoc-baseline": "^0.1.0",
58+
"jsdoc-fresh": "^1.0.1",
5959
"linkinator": "^1.5.0",
6060
"mocha": "^6.0.0",
6161
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)