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 21, 2024
1 parent f9a6abc commit 9f1d257
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 @@ -21,7 +21,7 @@
"license-check": "jsgl --local .",
"predocs-test": "npm run docs",
"docs-test": "linkinator docs/",
"docs": "compodoc src/",
"docs": "jsdoc -c .jsdoc.js",
"presamples-test": "npm run compile",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"prelint": "cd samples; npm link ../; npm i"
Expand All @@ -48,7 +48,6 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@compodoc/compodoc": "1.1.19",
"@google-cloud/datastore": "^8.0.0",
"@grpc/proto-loader": "^0.7.0",
"@types/builtin-modules": "^2.0.0",
Expand Down Expand Up @@ -78,6 +77,9 @@
"grpc": "1.24.11",
"gts": "^5.0.0",
"js-green-licenses": "^4.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^2.0.0",
"mocha": "^9.2.2",
"nock": "^13.0.0",
Expand Down

0 comments on commit 9f1d257

Please sign in to comment.