Skip to content

Commit ac76de5

Browse files
chore: update links in github issue templates (#649)
* chore: update links in github issue templates --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 817c943 commit ac76de5

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

core/packages/gaxios/.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
source: {
3232
excludePattern: '(^|\\/|\\\\)[._]',
3333
include: [
34-
'src',
34+
'build/src',
3535
],
3636
includePattern: '\\.js$'
3737
},

core/packages/gaxios/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"webpack": "webpack",
2020
"prebrowser-test": "npm run compile",
2121
"browser-test": "node build/browser-test/browser-test-runner.js",
22-
"docs": "compodoc src/",
22+
"docs": "jsdoc -c .jsdoc.js",
2323
"docs-test": "linkinator docs",
2424
"predocs-test": "npm run docs",
2525
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
@@ -38,7 +38,6 @@
3838
"license": "Apache-2.0",
3939
"devDependencies": {
4040
"@babel/plugin-proposal-private-methods": "^7.18.6",
41-
"@compodoc/compodoc": "1.1.19",
4241
"@types/cors": "^2.8.6",
4342
"@types/express": "^4.16.1",
4443
"@types/extend": "^3.0.1",
@@ -62,6 +61,9 @@
6261
"form-data": "^4.0.0",
6362
"gts": "^5.0.0",
6463
"is-docker": "^2.0.0",
64+
"jsdoc": "^4.0.0",
65+
"jsdoc-fresh": "^3.0.0",
66+
"jsdoc-region-tag": "^3.0.0",
6567
"karma": "^6.0.0",
6668
"karma-chrome-launcher": "^3.0.0",
6769
"karma-coverage": "^2.0.0",
@@ -78,7 +80,7 @@
7880
"nock": "^13.0.0",
7981
"null-loader": "^4.0.0",
8082
"puppeteer": "^19.0.0",
81-
"sinon": "^18.0.0",
83+
"sinon": "^17.0.0",
8284
"stream-browserify": "^3.0.0",
8385
"tmp": "0.2.3",
8486
"ts-loader": "^8.0.0",

0 commit comments

Comments
 (0)