Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Oct 23, 2024
1 parent e209fd1 commit 81905a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"winston"
],
"scripts": {
"docs": "compodoc src/",
"docs": "jsdoc -c .jsdoc.js",
"lint": "gts check",
"presamples-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
Expand All @@ -56,7 +56,6 @@
"winston-transport": "^4.3.0"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.10",
"@google-cloud/common": "^5.0.0",
"@types/lodash.mapvalues": "^4.6.6",
"@types/mocha": "^9.0.0",
Expand All @@ -67,6 +66,9 @@
"c8": "^9.0.0",
"codecov": "^3.5.0",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^4.0.0",
"mocha": "^9.2.2",
"post-install-check": "0.0.1",
Expand Down

0 comments on commit 81905a9

Please sign in to comment.