minor: Update JS dependency configuration.

This commit is contained in:
Steve Howell 2017-04-28 14:56:54 -07:00 committed by Tim Abbott
parent 5965dc092a
commit 73096e377a
1 changed files with 1 additions and 0 deletions

View File

@ -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):