Skip to content

Commit da0ebed

Browse files
committed
pin typedoc to unblock our releases
1 parent c1d36d1 commit da0ebed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ html: prepare
2121
prepare:
2222
cp ../package.json before-typedoc-package.json
2323
cp ../package-lock.json before-typedoc-package-lock.json
24-
cd .. && npm install typedoc
24+
cd .. && npm install "typedoc@<0.20.0"
2525
rm -rf build
2626
mkdir build
2727
@# Extract the whole module declaration from launchdarkly-js-sdk-common, then remove the first and last lines

0 commit comments

Comments
 (0)