mirror of https://github.com/zulip/zulip.git
minor: Update JS dependency configuration.
This commit is contained in:
parent
5965dc092a
commit
73096e377a
|
@ -141,6 +141,7 @@ def find_edges_to_remove(graph, methods):
|
|||
('compose', 'stream_edit'),
|
||||
('subs', 'stream_edit'),
|
||||
('narrow_state', 'stream_data'),
|
||||
('stream_edit', 'stream_list'),
|
||||
] # type: List[Edge]
|
||||
|
||||
def is_exempt(edge):
|
||||
|
|
Loading…
Reference in New Issue