From 950d32e101b96170a8b1141025ec96fbc597128e Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 28 Nov 2024 11:03:32 +0000 Subject: [PATCH] chore: ignore other deps --- .aegir.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.aegir.js b/.aegir.js index be7880d6a..e55eb8f01 100644 --- a/.aegir.js +++ b/.aegir.js @@ -21,7 +21,9 @@ export default { 'source-map-support', 'typedoc-plugin-mdn-links', 'typedoc-plugin-missing-exports', - 'electron' + 'electron', + 'bytes', + 'pascalcase' ] } }