Skip to content

Commit 40e56df

Browse files
committed
chore: fix dep check
1 parent d8c3ba1 commit 40e56df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default {
55
},
66
dependencyCheck: {
77
ignore: [
8+
'@achingbrain/semantic-release-monorepo',
89
'@typescript-eslint/eslint-plugin',
910
'buffer',
1011
'c8',
@@ -17,7 +18,6 @@ export default {
1718
'playwright-test',
1819
'react-native-test-runner',
1920
'semantic-release',
20-
'semantic-release-monorepo',
2121
'source-map-support',
2222
'typedoc-plugin-mdn-links',
2323
'typedoc-plugin-missing-exports',

0 commit comments

Comments
 (0)