Skip to content

Commit

Permalink
chore: add dev dependencies for cloud-rad ref docs (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jul 21, 2020
1 parent 912a212 commit e7ef9db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"docs-test": "linkinator docs",
"predocs-test": "npm run docs",
"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-cloud/common": "^3.0.0",
Expand Down Expand Up @@ -71,6 +73,8 @@
"proxyquire": "^2.0.1",
"tmp": "^0.2.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0"
"uuid": "^8.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
}
}

0 comments on commit e7ef9db

Please sign in to comment.