From a462d951cfabc3cfbea749e705507a6a543d21fb Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 25 May 2020 17:09:50 +0200 Subject: [PATCH] Remove unneeded npm dependencies for doc build --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 9f25fef2..05819848 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -29,7 +29,7 @@ pip3: $(PIP_INSTALL) -r ../taskcluster/docs-requirements.txt npm: - npm install typedoc@0.17.4 typescript@3.8.3 typedoc@0.17.4 electron@^1.7.9 node-gyp@5.x @types/argparse@1.0.x @types/node@13.9.x + npm install typedoc@0.17.4 typescript@3.8.3 @types/node@13.9.x submodule: git submodule update --init --remote