From 0b397264fc4bee4c046a7b93db7ed13475b16bc4 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 8 Jul 2019 17:02:35 -0700 Subject: [PATCH] chore(deps): switch to published npm package rather than GitHub sha (#16) --- packages/google-cloud-phishingprotection/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-phishingprotection/package.json b/packages/google-cloud-phishingprotection/package.json index ab19565bb42..e299d135296 100644 --- a/packages/google-cloud-phishingprotection/package.json +++ b/packages/google-cloud-phishingprotection/package.json @@ -35,7 +35,7 @@ "eslint-plugin-node": "^9.0.1", "eslint-plugin-prettier": "^3.0.1", "jsdoc": "^3.6.2", - "jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git", + "jsdoc-baseline": "^0.1.1", "linkinator": "^1.4.0", "mocha": "^6.0.0", "prettier": "^1.17.0",