From ea9ea9aceab49f36efec8ac427ea3f0a868ff477 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Mon, 17 Jun 2019 07:44:08 -0700 Subject: [PATCH] fix(docs): pin to version of compodoc that renders JavaScript/tables (#344) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9c1c439..e1ad8d27 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "winston-transport": "^4.3.0" }, "devDependencies": { - "@compodoc/compodoc": "^1.1.9", + "@compodoc/compodoc": "1.1.8", "@google-cloud/common": "^2.0.0", "@types/lodash.mapvalues": "^4.6.6", "@types/mocha": "^5.2.7",