Skip to content

Commit

Permalink
Merge branch 'master' into autosynth
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Feb 14, 2019
2 parents 075d6b4 + 57fd9ed commit d589802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"pretest": "npm run compile",
"proto": "npm run proto:pubsub",
"proto:pubsub": "mkdir -p proto && pbjs -t static-module -w commonjs -p node_modules/google-proto-files google/pubsub/v1/pubsub.proto | pbts -o proto/pubsub.d.ts -",
"docs-test": "blcl docs -r --exclude www.googleapis.com",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down Expand Up @@ -99,6 +99,6 @@
"source-map-support": "^0.5.9",
"typescript": "~3.3.0",
"uuid": "^3.1.0",
"broken-link-checker-local": "^0.2.0"
"linkinator": "^1.1.2"
}
}

0 comments on commit d589802

Please sign in to comment.