Skip to content

Commit

Permalink
chore: add dev dependencies for cloud-rad ref docs (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jul 21, 2020
1 parent 354811b commit a68a4f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/google-monitoring-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
},
"dependencies": {
"google-gax": "^2.1.0"
Expand All @@ -46,7 +48,9 @@
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
"webpack-cli": "^3.3.10",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit a68a4f1

Please sign in to comment.