Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit d2b8b4f

Browse files
chore: account for npm v2
In npm v2, these modules are all nested under semantic-release rather than flattened, so we can ignore them all by ignoring semantic-release.
1 parent d00d459 commit d2b8b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[ignore]
22
<PROJECT_ROOT>/node_modules/config-chain/.*
33
<PROJECT_ROOT>/node_modules/npmconf/.*
4+
<PROJECT_ROOT>/node_modules/semantic-release/.*
45

56
[include]
67

0 commit comments

Comments
 (0)